matghazaryan
matghazaryan

Reputation: 5896

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?

Upvotes: 5

Views: 30179

Answers (3)

Suraj Patil
Suraj Patil

Reputation: 149

1)Open eclipse help -->install new software-->(in front of work with combo)press add

Name:-some_name Location:-"http://download.eclipse.org/technology/subversive/2.0/update-site/"

2)Then wait for some time it will search for plugins and install required plugins

3)install required plugins...!

that's it..! make sure you have working internet connection and packages fails some times if you have already installed some of plugins or their older versions.

Upvotes: 4

freedev
freedev

Reputation: 30087

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.

Upvotes: 7

Carlos Gavidia-Calderon
Carlos Gavidia-Calderon

Reputation: 7253

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/

Upvotes: 5

Related Questions