Open main menu

CDOT Wiki β

Install SVN

  • If you want to install also a new repository system Subversive (SVN) from Eclipse (be aware that SVN is an project in incubation and this is an early access).
    • Steps to install SVN in Eclipse:
  1. Start Eclipse and define the workspace (in Workspace Launcher dialog box; type as required: ./wksp/hello).
  2. Click Help->Install New Software....
  3. In the Install dialog box click on "Available Software Sites" (the link below the Add button)
    1. In the new dialog box called Preferences, type in the edit box the word 'sub' (as you type we will see the selected items from the below list).
    2. In the list box you must have now the location: ''http://download.eclipse.org/technology/subversive/0.7/update-site/''
    3. Click the check box and click the button Reload
      1. A dialog box called Test Connection is displayed; click OK after the test is performed successfully (otherwise if the site is not active, you cannot download the software).
    4. Click OK to end the Preferences dialog box.
    5. Open the combo-box 'Work-with' .
      1. At this point you must see the URL previously selected, namely ''http://download.eclipse.org/technology/subversive/0.7/update-site/''
      2. Select the URL item.
    6. The text box must contain few (three or more) items (all of them start with Subversive and end with Incubation).
      1. Click on the first and third one (unless you want to have also the source coude in which case you can select the second item).
      2. Click Next twice, then accept the licence agreement and click the Finish button.
    7. In the Software Updates dialog click the Restart Now button.
    8. When Eclipse starts you MUST also see a new dialog box called 'Install Connectors'; there is a software component called SVN connector that must be installed. (the connectors are developed by a company called Polaroid).
      1. At the time of this writing, namely Jan 2011, the product is called SVN Kit 1.3.3; please click the check box and follow the instruction to install the connector. (click Finish->Next->Next->Accept->Finish)
      2. At one point a dialog box "Security Warning" will be displayed; At the question: 'Do you want to continue with the installation?" click OK. (this is a standard message for the software installed from outside Eclipse open source projects).
      3. Click Restart Now in the Software Updates dialog.
    9. When Eclipse starts you must have an new Welcome page with Subversive Overview link (read it, if you want to now more about it). Congratulations, you installed SVN in Eclipse!
  4. In Eclipse click menu Window->Open Perspective->Other...
    1. In the Open Perspective dialog you must see the SVN Repository Exploring item; click on it and click OK.
    2. In the SVN Repository Panel (the left panel), click the New Repository Location button (the yellow cylinder with the plus greenish sign).
      1. In the dialog box "New Repository Location" you have to define few items such as:
        1. URL: svn://zenit.senecac.on.ca/ecl500/Lectures
        2. User: guest
        3. Password: 1673852
      2. Click Finish
    3. At this point in the SVN Repository panel you should see the content of svn://zenit.senecac.on.ca/ecl500/Lectures
    4. Right click on the item you are studying in this particular lab (for instance in the {{{type-small}}} hello lab select w11-{{{type-small}}}-hello item) and click on Check Out menu.