Alok
Alok

Reputation: 184

How to install Subversion client on Eclipse without using eclipse marketplace

I want to access Subversion server using client plugin in eclipse. However I dont have plugin installed in Eclipse.

In my network its not allowed to access eclipse marketplace and install the plugin.

Is there any alternative way to install the subversion client in eclipse?

Upvotes: 0

Views: 2491

Answers (4)

Antonio Leo
Antonio Leo

Reputation: 1

Download the connector from Subsversive 5.0. Then in Eclipse go to: Help/Install new software/Add/Archive and select the zip file you just downloaded. Select the features you need, uncheck "Contact all update sites during install to find required software", anche click Finish.

Job done.

Cheers.

Upvotes: 0

youngzy
youngzy

Reputation: 397

2 steps:

Step 1, get the SVN plugin

Download it from http://subclipse.tigris.org/

Or, copy from your fellows' computer. As you said

I am not able to get any download version of subversion plugin.

Step 2, install

Unzip it. The file name may like site-1.6.18 , it depends on what you downlaoded or copied.

Copy the file to %ECLIPSE_HOME%/dropins/ , then restart Eclipse.

Upvotes: 1

mohit kumar
mohit kumar

Reputation: 179

Yes , you can. Download Subversion plugn. Unzip it and copy plugin jar in plugin folder of your Eclipse home. If there is any features stuff in unzip file copy that too in features folder of your eclipe home. and restart eclipse. It should work.

Upvotes: 0

tech_boy
tech_boy

Reputation: 33

you can get easily through official website Link :https://www.eclipse.org/subversive/installation-instructions.php

Upvotes: 2

Related Questions