Setting up Subclipse plugin

Content

Client setup

  1. Install SVN client libraries:

    sudo apt-get install subversion libsvn-java
  2. In Eclipse select Help– Install New Software....
  3. In Work with enter URL: http://subclipse.tigris.org/update_1.12.x/ and press Add.
  4. Under site http://subclipse.tigris.org/update_1.12.x/ choose:
    1. Subclipse (required),
    2. Subversion Client Adapter (Required)
    3. Subversion JavaHL Native Library Adapter,
    4. and press Install.
  5. Agree to licence terms and restart Eclipse.

Repository setup

  1. After restarting Eclipse, uncheck box about sending user data and confirm to save passwords in Keyring.
  2. Select menu Window– Open perspective– Other... and select SVN Repository Exploring.
  3. Add repository http://cserver/svn/bootcamp
  4. Right-click on project and select Team — Share Project — SVN — Use Existing Repository Location ... and follow the wizard.

Commit project to SVN repo

  1. Add all files to version control and commit them to repository.
  2. Select menu Team— Share project...— SVN
  3. Choose defined repo and press Next
  4. Agree to Use project name as a folder name and press Finish
  5. Enter usual user and password, store password unencrypted? yes
  6. Select menu Window— Open perspective— Team Synchronizing
  7. Review files to be added into repository and press Commit button
  8. Enter comment and press OK 

See also (in Latvian)


Created by Valdis Vītoliņš on 2017-01-03 08:07
Last modified by Valdis Vītoliņš on 2017-01-02 12:42
 
Xwiki Powered
Creative Commons Attribution 3.0 Unported License