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:

  1. Open Eclipse
  2. Select "Help | Install new software"
  3. Click on the "Add..." button, then fill in the "Add Repository" dialog with:
  4. Click "OK" to add the new software repository.
  5. 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"
  6. Click "Next".
  7. Click "Next" again.
  8. Click on the radio button to accept the licensing terms, then click "Finish".
  9. After a bit, Eclipse will display a prompt to ask if you're willing to install unsigned software. Tell it to continue.
  10. After installing the software, Eclipse will ask permission to restart. Tell it to do so.
  11. Once Eclipse has restarted, select "Windows | Preferences".
  12. Click on the triangle next to "Team" in the list to the left of the preferences dialog.
  13. Click on the entry for "Eclipse" in the list.
  14. In the "SVN Interface" section, select the "SVNKit (Pure Java) SVNKit " option for the client.
  15. Click "OK" to save the change.