Setting up Subclipse plugin
Content
Client setup
Install SVN client libraries:
sudo apt-get install subversion libsvn-java- In Eclipse select Help– Install New Software....
- In Work with enter URL: http://subclipse.tigris.org/update_1.12.x/ and press Add.
- Under site http://subclipse.tigris.org/update_1.12.x/ choose:
- Subclipse (required),
- Subversion Client Adapter (Required)
- Subversion JavaHL Native Library Adapter,
- and press Install.
- Agree to licence terms and restart Eclipse.
Repository setup
- After restarting Eclipse, uncheck box about sending user data and confirm to save passwords in Keyring.
- Select menu Window– Open perspective– Other... and select SVN Repository Exploring.
- Add repository http://cserver/svn/bootcamp
- Right-click on project and select Team — Share Project — SVN — Use Existing Repository Location ... and follow the wizard.
Commit project to SVN repo
- Add all files to version control and commit them to repository.
- Select menu Team— Share project...— SVN
- Choose defined repo and press Next
- Agree to Use project name as a folder name and press Finish
- Enter usual user and password, store password unencrypted? yes
- Select menu Window— Open perspective— Team Synchronizing
- Review files to be added into repository and press Commit button
- Enter comment and press OK