How to restore a specific folder in Eclipse SVN
I deleted a /common folder from the root directory of my SVN store and it turns out I need it... problem is I can't figure out how to just restore that one folder.
This folder is on a specific v开发者_StackOverflowersion.... I don't want to restore all changes on that version, just this specific folder.
You can replace with latest from repository
the parent map via Eclipse SVN options. That will automatically restore the map. If this doesn't work, be more specific about the situation please, i.e. structure and why can't you just revert?
Go into Synchronize View (Window -> View -> Other -> Team/Synchronize). There you can right click on the deleted folder and tell Subversion to revert.
While it's all about the command line, the below link should help you understand what you need to do with Subclipse or Subversive (you didn't specify which client for eclipse you were using). Basically you going to need to do a reverse merge.
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.resurrect
精彩评论