Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install SVN on Eclipse Indigo

I want to install svn repository. Is there any differences between Subclipse and Subversion?

I searched everywhere about Subversion but I couldn't find something about Subversion, all I got is Subclipse. Could you give me some instruction how to do it?

like image 608
fish40 Avatar asked Feb 29 '12 16:02

fish40


2 Answers

From Eclipse help menu you have to go under "Eclipse Marketplace", type "svn" into the search box and press enter. You'll see all svn plugins available for Eclipse.

Choose your SVN plugin, press "install" and follow the guided procedure.

Actually, as far I know, the most popular are Subversive and Subclipse.

like image 126
freedev Avatar answered Sep 17 '22 11:09

freedev


SubEclipse is an Eclipse Plugin that let's you connect to your Subversion repositories. To install an SVN repository you need another software, that is beyond Eclipse capabilities. See http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/

like image 28
Carlos Gavidia-Calderon Avatar answered Sep 19 '22 11:09

Carlos Gavidia-Calderon