Search code examples
eclipsesvnrevision-historyworking-copy

How do I restore entire project in eclipse?


I was playing around with my project and accidentally clicked something that deleted my entire project except for the JAR files. I restored most of the project from my local history. However, some files are still missing(I think it is only the web.xml but I am not very sure). My question is that, is there any way I can restore my entire project to the way it was 20 mins back? I did make an initial commit on SVN but for some reason that doesn't show up either. Thanks


Solution

  • If you did the initial commit, then you can svn checkout the working copy again and start over.

    Apache Subversion does not track uncommitted changes, so your uncomitted work is not recoverable from the version-control.