mounaim
mounaim

Reputation: 1180

installing subversive in Eclipse Kepler manually

I want to install Subversive plugin on a laptop that is not connected to Internet .
What are the steps for installing Subversive on Eclipse Kepler without going through the normal procedure(Help-install New software-...) ? Which jar files I will need in this installation ?

Upvotes: 0

Views: 1033

Answers (2)

Sam Su
Sam Su

Reputation: 6832

  1. Copy the zip file from someone (download it from http://www.eclipse.org/downloads/download.php?file=/technology/subversive/1.1/builds/kepler/Subversive-1.1.0.I20130527-1700.zip)
  2. Unzip it and paste it into your $ECLIPSE_INSTALL_PATH$\plugins\
  3. Restart your Eclipse and that's all done.

Upvotes: 1

mellow
mellow

Reputation: 263

  1. Decide if you want to use Subclipse or Subversive and download a zipped updated site for the version you want to use.
  2. Decide if you want to use the command line or the gui. To install via gui go to Help-install New software and drag the zipped updated site onto the window and drop it there. The remaining steps are equal to an installation from an internet update site.

Upvotes: 1

Related Questions