Changes between Version 1 and Version 2 of CheckoutMolgenisWorkspace


Ignore:
Timestamp:
2009-12-15T22:06:01+01:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckoutMolgenisWorkspace

    v1 v2  
    1 = Check out MOLGENIS into Eclipse Workspace =
     1= Check-out latest MOLGENIS source code into Eclipse Workspace from Subversion =
     2This tutorial explains you how you can checkout the latest MOLGENIS version into an eclipse workspace.
     3At the time of writing this was version 3.3. You will learn that the version number is the last number in the path.
    24
     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{{{
     8Choose Help -> New Software
     9Then enter into Work Withhttp://subclipse.tigris.org/update_1.6.x: http://subclipse.tigris.org/update_1.6.x
     10Select all SVNKit and Subversion packages except CollabNet and Mylyn and finish the installation.
     11Restart Eclipse when asked.
     12}}}
     13 1. In Eclipse then open the Subversion perspective
     14{{{
     15Window -> Open Perspective -> Other -> SVN Repository Browsing
     16}}}
     17 1. Add the MOLGENIS svn.
     18{{{
     19Inside SVN Repositories pane right-click and select New -> Repository Location
     20Type the following URL: http://www.molgenis.org/svn
     21If 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{{{
     25Inside SVN browse to 'molgenis', right-click '3.3' and choose 'checkout'. Finish with default options.
     26Inside SVN browse to 'molgenis_distro', right-click '3.3' and choose 'checkout'. Finish with default options.
     27Warning: if you have checked-out before then your previous project will be overwritten if you are not careful.
     28}}}
     29
     30
     31
     32
     33