Question

I have a workspace with several projects connected to svn repositories via subclipse plugin. During a system restart, it seems eclipse was forcedly closed, and now I have restarted it, it seems the references to svn are lost. They are not disconnected, as there're interrogation signs as if every file was recently added, and .svn folders are still there. Also, the brackets that usually show the path in the repository are empty.

enter image description here

I could checkout the projects again and manually copy my last changes, but that's really annoying as there are about 10 projects.

Anyone experienced a similar issue and found a quick solution?

Was it helpful?

Solution 2

It happened again today, and I fixed it by doing a Team->Refresh/Cleanup on the project. Can't believe I didn't try this before!

OTHER TIPS

You subversion Eclipse plugin does not support svn 1.7. That happened to me too, when i upgraded the Tortoise shell integration and tried to commit the same project from Eclipse. The latest Subversive client plugin can be downloaded here: Subversive / Subclipse

It happened to me today and "Team -> Share project" was enough.

Found it here: Restore Eclipse subversion project connection

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top