I used to use subeclipse to connect in addition to having subversion command line client to work on same repo. Subeclipse used to be great when doing move/rename in eclipse and adding new files without moving to command line.
Recently operations upgraded svn to 1.8 version and somehow subeclipse broke
it kept giving org.tigris.subversion.javahl.ClientException: svn: URL 'svn+ssh://svn@svn.xxxx.com/repos/trunk' non-existent in revision '120,109'
At first I thought its eclipse issue because I was able to connect to some other public svn repo fine.
Then I found out that public repo was on 1.7 svn version and our svn server was upgraded to 1.8. I had subeclipse 1.6 client connector.
I upgraded eclipse and reinstalled subeclipse but no luck. Finally gave up on subeclipse and installed subversive with 1.8 connector.
Even subversive worked fine but it wont show up Team->Share project for one repo. Restarting eclipse or other things wont help. Finally I figured out you just remove project from eclipse and add it back and that would solve it, phew.
Even with so many issues and bugs, open source software rocks :).
Recently operations upgraded svn to 1.8 version and somehow subeclipse broke
it kept giving org.tigris.subversion.javahl.ClientException: svn: URL 'svn+ssh://svn@svn.xxxx.com/repos/trunk' non-existent in revision '120,109'
At first I thought its eclipse issue because I was able to connect to some other public svn repo fine.
Then I found out that public repo was on 1.7 svn version and our svn server was upgraded to 1.8. I had subeclipse 1.6 client connector.
I upgraded eclipse and reinstalled subeclipse but no luck. Finally gave up on subeclipse and installed subversive with 1.8 connector.
Even subversive worked fine but it wont show up Team->Share project for one repo. Restarting eclipse or other things wont help. Finally I figured out you just remove project from eclipse and add it back and that would solve it, phew.
Even with so many issues and bugs, open source software rocks :).
Comments
Post a Comment