| 5 | 1. Versions of MOLGENIS are managed in the Subversion code management system. First you need the Subversion plugin that allows Eclipse to access subversion repositories. |
| 6 | * Open Eclipse and select a workspace. |
| 7 | {{{ |
| 8 | Choose Help -> New Software |
| 9 | Then enter into Work Withhttp://subclipse.tigris.org/update_1.6.x: http://subclipse.tigris.org/update_1.6.x |
| 10 | Select all SVNKit and Subversion packages except CollabNet and Mylyn and finish the installation. |
| 11 | Restart Eclipse when asked. |
| 12 | }}} |
| 13 | 1. In Eclipse then open the Subversion perspective |
| 14 | {{{ |
| 15 | Window -> Open Perspective -> Other -> SVN Repository Browsing |
| 16 | }}} |
| 17 | 1. Add the MOLGENIS svn. |
| 18 | {{{ |
| 19 | Inside SVN Repositories pane right-click and select New -> Repository Location |
| 20 | Type the following URL: http://www.molgenis.org/svn |
| 21 | If you now click the newly added URL you can browse the repository |
| 22 | }}} |
| 23 | 1. Each MOLGENIS consists of the core 'molgenis' and a distro 'molgenis_distro'. We will checkout version 3.3: |
| 24 | {{{ |
| 25 | Inside SVN browse to 'molgenis', right-click '3.3' and choose 'checkout'. Finish with default options. |
| 26 | Inside SVN browse to 'molgenis_distro', right-click '3.3' and choose 'checkout'. Finish with default options. |
| 27 | Warning: if you have checked-out before then your previous project will be overwritten if you are not careful. |
| 28 | }}} |
| 29 | |
| 30 | |
| 31 | |
| 32 | |
| 33 | |