wiki:DownloadSvn

Download from the SVN Repository

We are using the SVN repository at:

 https://svn.lal.in2p3.fr/FLC/GuineaPig

If you are interest to get the code directly from svn, you should do the following command:

$ cd <some root>
$ mkdir guineapig++
$ cd guineapig++
$ svn co  https://svn.lal.in2p3.fr/FLC/GuineaPig/guineapig++/tags/<version name> <version number>

the format of <version name> is : guineapig++-x.x.x-b from which <version number> is deduced as x.x.x-b

<some root> denote the name of the local directory where you wish to put the code guineapig.

E.g. with version guineapig++-0.1.0-b:

svn co  https://svn.lal.in2p3.fr/FLC/GuineaPig/guineapig++/tags/guineapig++-0.1.0-b 0.1.0-b

from guineapig++-0.5.x on :

$ cd <some root>
$ mkdir guineapig++
$ cd guineapig++
$ svn co  https://svn.lal.in2p3.fr/FLC/GuineaPig/guineapig++/tags/guineapig++-<version number> <version number>

Example :

$ mkdir guineapig++
$ cd guineapig++
$ svn co  https://svn.lal.in2p3.fr/FLC/GuineaPig/guineapig++/tags/guineapig++-0.5.4-b  0.5.4-b

Note: In this case, you should first install CMT by yourself or check that CMT is available on your site.

Last modified 17 years ago Last modified on Apr 13, 2007, 3:58:04 PM