Question

I'm using subclipse to manage my source versioning. In Eclipse under SVN repository I've added some location like: http://myServ.com/svn/Location1/ http://myServ.com/svn/Location2/ And I'm using some project checked out from these locaitons (e.g. http://myServ.com/svn/Location1/project1/, http://myServ.com/svn/Location2/projectN/ )

My SVN server is configured to do not give access directly to: http://myServ.com/svn/ And I've added for mistake this location to my workspace... If I Try to open me SubClipse return me an error, of unaccessible location (of course).

So If I try to remove it, subclipse/Eclipse tell me that can not be removed because is in use, and I not found a way to force this removal.

Unfortunately I can not leave it there, because when I try to tag/brench, subclipse have some problems.

I can do again my workspace, but is there any way to force the removal of this wrong location entry?

Thank you

Was it helpful?

Solution

I found the fastest solution: you must edit

workspace/.metadata/.plugins/org.tigris.subversion.subclipse.core/.svnProviderState

the file is not so clear, but with a minumum effort you can understand what must be removed exactly.

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