Subclipse complains “Path is not a working copy” after moving workspace

You need to delete the .syncinfo files. This is easily done (in most cases) by closing and opening Eclipse, however you can also do so manually as in the following: To delete the cache, close Eclipse. The cache is stored in: [workspace]/.metadat​a/.plugins/org.eclip​se.core.resources/.p​rojects/PROJECTNAME/​.syncinfo So you can just find and delete all files named .syncinfo in [workspace]/.metadat​a/.plugins/org.eclip​se.core.resources/.p​rojects … Read more

subclipse not showing “share project” option on project context menu in eclipse

Solve this problem with these steps: Verify that you can update using TortoiseSVN (this will guarantee that your .svn is not corrupt) Delete all your projects that have this problem, but in the delete dialog, do not delete the project contents! Select File -> Import -> Existing projects into Workspace. Select your projects folder or … Read more