Changes between Version 63 and Version 64 of WikiStart


Ignore:
Timestamp:
Nov 14, 2006, 5:46:03 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Guy Le Meur/emailAddress=lemeur@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v63 v64  
    2323=== [wiki:DownloadSvn download from the SVN Repository] ===
    2424
    25 We are using the SVN repository at:
    26 
    27 {{{
    28  https://svn.lal.in2p3.fr/FLC/GuineaPig
    29 }}}
    30 
    31 
    32 If you are interest to get the code directly from svn, you should do the following command:
    33 
    34 {{{
    35 $ svn co  https://svn.lal.in2p3.fr/FLC/GuineaPig/guineapig++/tags/<version> <some directoy name>
    36 }}}
    37 
    38 the format of <version> is : guineapig++-x.x.x-b
    39 
    40 
    41 <some directoy name> denote the name of the local directory where you wish to put the code guineapig. It should be <version>.
    42 
    43 E.g. with version guineapig++-0.1.0-b:
    44 
    45 {{{
    46 svn co  https://svn.lal.in2p3.fr/FLC/GuineaPig/guineapig++/tags/guineapig++-0.1.0-b guineapig++-0.1.0-b
    47 }}}
    48 
    49 Note: In this case, you should first install CMT by yourself or check that CMT is available on your site.
    50 
    51 === Compile the software ===
     25 === Compile the software ===
    5226
    5327To compile the software: