DEV Community

skptricks
skptricks

Posted on

Svn Eclips Install SVN Plugin in Eclipse

Post Link : https://www.skptricks.com/2018/08/install-svn-plugin-in-eclipse.html

This tutorial explains how to install SVN Plugin in Eclipse IDE. Eclipse does not support SVN repository browsing by default. For that you need to download several plugins.

Install SVN Plugin in Eclipse

Follow the below steps to configure SVN plugins in eclipse IDE :

Step-1 :
First Open Eclipse IDE.

Step-2 :
Go to Help -> Install New Software

Step-3 :
Enter the Eclipse update site URL into the “Work with” field. If you use Eclipse KEPLER take version 1.10.x. For previous Eclipse versions I suggest you use the 1.6.x version. It is compatible with most SVN servers out there.

Link for 1.10.x Release: http://subclipse.tigris.org/update_1.10.x

Link for 1.8.x Release: http://subclipse.tigris.org/update_1.8.x

Link for 1.6.x Release: http://subclipse.tigris.org/update_1.6.x

Link for 1.4.x Release: http://subclipse.tigris.org/update_1.4.x

Step-4 :
you will now see a list of components to install. Select all the option and click on next button.

Step-5 :
On the next screen click “Next” again, agree with the license agreement and click on “Finish” button

Step-6 :
Wait for a while until the packages are downloaded and installed. You will need to restart Eclipse for the changes to take effect.

Step-7 :
Click the “Open perspective” button it the upper right corner of Eclipse

Select “SVN Repository Exploring” in this window

Step-8 :
Right-click in “SVN Repositories” view, and select New -> Repository Location

This is all about SVN plugin installation. Thank you for reading this article, and if you have any problem, have a another better useful solution about this article, please write message in the comment section.

Top comments (0)