Installing Subclipse for repo access - quasics/quasics-frc-sw-2015 GitHub Wiki
Installing Subclipse
In order to check out (and submit changes to) the team's code base from within Eclipse, you'll need to install an additional plug-in, called "Subclipse".
To install Subclipse for version control:
- Open Eclipse
- Select "Help | Install new software"
- Click on the "Add..." button, then fill in the "Add Repository" dialog with:
- Name: Subclipse
- Location: https://dl.bintray.com/subclipse/releases/subclipse/latest/
- Click "OK" to add the new software repository.
- Eclipse will scan the repository, and then present a list of components to be installed. Select:
- "Core SVNKit Library"
- Within the "Subclipse" group in the list, everything except "Subclipse integration for Mylyn"
- Click "Next".
- Click "Next" again.
- Click on the radio button to accept the licensing terms, then click "Finish".
- After a bit, Eclipse will display a prompt to ask if you're willing to install unsigned software. Tell it to continue.
- After installing the software, Eclipse will ask permission to restart. Tell it to do so.
- Once Eclipse has restarted, select "Windows | Preferences".
- Click on the triangle next to "Team" in the list to the left of the preferences dialog.
- Click on the entry for "Eclipse" in the list.
- In the "SVN Interface" section, select the "SVNKit (Pure Java) SVNKit " option for the client.
- Click "OK" to save the change.