Changes between Version 6 and Version 7 of SvnCheckOut


Ignore:
Timestamp:
07/09/12 00:25:29 (12 years ago)
Author:
msaad
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnCheckOut

    v6 v7  
    22
    33Source code is available as a SVN repository and can be found at:[[BR]]
    4 https://svn.hyflow.org/svn/hydra/
     4https://bitbucket.org/hydravm/hydravm/
    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 the [wiki:Team current maintainer].
    76
    87The command to clone the repository onto your machine is:
    98{{{
    10    svn checkout https://hyflow.org/svn/hydra/trunk hydra
    11 }}}
    12 Use the following command to update to the latest version:
    13 {{{
    14    cd hydra
    15    svn up
     9  hg clone https://bitbucket.org/hydravm/hydravm
    1610}}}
    1711
    18 Alternatively, 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]]
    1912
    20 You can find good tutorials on using Subclipse at:[[BR]]
    21 http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/ [[BR]]
    22 
    23 (Please contact the [wiki:Team current maintainer] for username and password.)
     13Alternatively, 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. [[BR]]''Do not check out the whole repository (branches & versions)''.