The project url:
http://subclipse.tigris.org/
Add the plugin using:
Help > Install New Software … > Â and in the text box type: http://subclipse.tigris.org/update_1.6.x
(if you are using Galileo+)
If you are using another version of Eclipse PDT, please check the list below to get the proper version of Subclipse plugin.
Name: Subclipse 1.6.x (Eclipse 3.2+)
URL: Â http://subclipse.tigris.org/update_1.6.x
Name: Subclipse 1.4.x (Eclipse 3.2+)
URL: Â http://subclipse.tigris.org/update_1.4.x
Name: Subclipse 1.2.x (Eclipse 3.2+)
URL: Â http://subclipse.tigris.org/update_1.2.x
Name: Subclipse 1.0.x (Eclipse 3.0/3.1)
URL: Â http://subclipse.tigris.org/update_1.0.x
If you install this on Window it goes OK and runs smoothly. However, if you install it on Linux, Ubuntu for example, you’ll have some problems, because of the javaHL library that is used and is not properly installed and its path added to the eclipse search paths.
So, to make the Subversion plugin run on Ubuntu, you have t0 install the javaHL library:
$ apt-get install libsvn-java
and add it’s path to the eclipse.ini:
$ sudo nano /usr/local/eclipse/eclipse.ini
and add this line in the .INI file:
-Djava.library.path=/usr/lib/jni
For more info on troubleshooting Subversion plugin install, please check here.