I have a project that has been versioned by SVN for months, but now all of a sudden it seems that Eclipse does not recognize the project as being under version control. In the team menu, I only have Apply Patch… and Share Project…
I tried Share Project as suggested elsewhere, but Eclipse doesn’t recognize the project as being under version control.
All the svn dirs exist.
Interestingly, I tried sharing the project to a different repository and I got an error saying that the project was already a working copy for another URL.
Any ideas?
There are a few things that you can try.
svn commit, to synchronize your local project with the SVN repository (and check it out anew using Eclipse).