Changes between Version 1 and Version 2 of SvnCheckOut


Ignore:
Timestamp:
12/31/69 19:21:53 (54 years ago)
Author:
binoy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnCheckOut

    v1 v2  
    11This page is for new developers, who are interested in developing pluggable modules in Hydra^VM^.[[BR]]
    22
    3 Source code is available as a SVN repository and can be found at the following link[[BR]]
     3Source code is available as a SVN repository and can be found at:[[BR]]
    44https://svn.hyflow.org/svn/hydra/
    55
    6 Anonymous access is not permitted at this stage. You will need a username and password to access the repository. If you need access to the sources, contact us by e-mail.
     6Anonymous access is not permitted at this stage. You will need a username and password to access the repository. If you need access to the sources, contact the [wiki:Team current maintainer].
    77
    8 The command to clone the repository onto your computer is this:
     8The command to clone the repository onto your machine is:
    99{{{
    1010   svn checkout https://hyflow.org/svn/hydra/trunk hydra
    1111}}}
    12 Use the following command to update to the last version:
     12Use the following command to update to the latest version:
    1313{{{
    1414   cd hydra
     
    1717
    1818Alternatively, use [wiki:IDE eclipse IDE (subclipse)] and use the same URL above to check out the project. You will need to check out the trunk directory which contains the latest version of the code. ''Do not check out the whole repository (branches & versions)''. [[BR]]
    19 You can find some good tutorials on using Subclipse at the following links:[[BR]]
     19You can find good tutorials on using Subclipse at:[[BR]]
    2020http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/ [[BR]]