wiki:SvnCheckOut

Version 5 (modified by msaad, 12 years ago) (diff)

--

This page is for new developers, who are interested in developing pluggable modules in HydraVM.

Source code is available as a SVN repository and can be found at:
https://svn.hyflow.org/svn/hydra/

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 current maintainer.

The command to clone the repository onto your machine is:

   svn checkout https://hyflow.org/svn/hydra/trunk hydra

Use the following command to update to the latest version:

   cd hydra
   svn up

Alternatively, use 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).

You can find good tutorials on using Subclipse at:
http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/

(Please contact the current maintainer for username and password.)