Subclipse 1.4.x Eclipse PDT 2.2
How to install Subclipse 1.4.x on PDT 2.2
-
Install the JNI bindings to the Subversion libraries:
apt-get update
apt-get upgrade
apt-get install libsvn-java
-
Pass the JNI path to Eclipse PDT at launch.
-
Right click on the Eclipse Custom Applicaiton Launcher.
-
Select the Properties option.
-
Add -vmargs -Djava.library.path=/usr/lib/jni to the command, so it should look like:
/usr/lib/eclipse/eclipse -vmargs -Djava.library.path=/usr/lib/jni
-
Click Close.
-
Open Eclipse.
-
Select the Help > Install New Software... menu option.
-
Enter http://subclipse.tigris.org/update_1.4.x into the Work with field.
-
Click Add....
-
Enter Subclipse 1.4.x into the Name field.
-
Click OK.
-
Check the following options:
Subclipse
Subclipse Integrations
-
Click Next.
-
Click Next.
-
Select the I accept the terms of the license agreements radio button.
-
Click Finish.
-
Click OK (if alerted that you are installing software that contains unsigned content).
-
Click Restart Now to restart Eclipse.
How to browse a Subversion Repository with Subclipse 1.4.x on Eclipse PDT 2.2
-
Open the Subclipse repository perspective.
-
Select the Window > Open Perspective > Other... menu option.
-
Select the SVN Repository Exploring option.
-
Click OK.
-
Right Click in the SVN Repositories panel.
-
Select the New > Repository Location... option.
-
Enter your repository URL (must begin with http or https).
-
Click Finish.
-
If connecting to a repository using unregistered SSL certificates, click Accept permenently.
-
If prompted, enter your username and password and click OK.
How to create a Project from a Repository with Subclipse 1.4.x on Eclipse PDT 2.2
-
Right click a repository in the SVN Repositories panel.
-
Select the Checkout... option.
-
Click Finish
-
Select the correct wizard for your project and click Next.
-
Follow the wizards instructions.