I am using subversion and Eclipse on Ubuntu 10. Since there were complaints in Eclipse when I was using the subversion gotten from sudo apt-get install subversion
, which is version 1.6, so:
- I tried to install version 1.7 on my own, and planned to just use it in command line. But it complained that
Unrecognized URL scheme for 'https://...
. - When I tried to use subclipse 1.6.x in Eclipse, it reminded me that I have to upgrade its version to be compatible with subversion 1.7.
- After I upgraded subclipse to 1.8.x, I noticed there was no supportive JavaHL available for this version.
- I intended to un-install subversion, but found there was no
make uninstall
in the source code. - I tried to use
sudo apt-get install subversion
again, but when I typedsvn
it was always v1.7.
For now, I really want to remove subversion v1.7 from my system, and just stick with v1.6 for a while.
I've checked several Q&A's, such as How to upgrade JavaHL on Ubuntu? and Subclipse and JavaHL installation headache. But it seems they could not solve my problem. Could you anyone help one this? Thank you in advance.