subclipse for eclipse on linux

download and install:

http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA

client setup:

http://ist.berkeley.edu/as-ag/tools/howto/subclipse-setup.html

————————————————————————————————————————————————————————————————————

Subclipse Eclipse plugin (v1.8.x) requires SVN/JavaHL 1.7.x 的问题:

The most recent Subclipse Eclipse plugin (v1.8.x) requires SVN/JavaHL 1.7.x; however, running

sudo apt-get install libsvn-java
doesn’t quite get you there in Ubuntu.

Fortunately Dominik Stadler has created a PPA you can add to your software sources.
Before you continue, uninstall your existing libsvn-java:

sudo apt-get purge libsvn-java
Then proceed to add the PPA and reinstall the package:

sudo add-apt-repository ppa:dominik-stadler/subversion-1.7
sudo apt-get update
sudo apt-get install libsvn-java
You can now upgrade Subclipse to 1.8.x
.. or save yourself the hassle and move to git

posted @ 2013-03-04 17:21  Bigben  阅读(201)  评论(0编辑  收藏  举报