Changes between Version 16 and Version 17 of Documentation/UserGuide/svnmore


Ignore:
Timestamp:
2012-04-16T11:06:09+02:00 (12 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnmore

    v16 v17  
    88alias recup_TOOLS 'svn co svn://forge.ipsl.jussieu.fr/orchidee/trunk/TOOLS' 
    99}}} 
    10 Then you can run it ! 
     10Then you can run it and you will get the TOOLS directory : 
    1111{{{ 
    1212> recup_TOOLS 
    1313}}} 
    1414 
    15 After gets modipsl (see all IGCM courses for that - here I have named it MY_EXPERIENCE ) and go to util directory inside : 
     15Get modipsl (see all IGCM courses and [https://forge.ipsl.jussieu.fr/igcmg/wiki/ModipslBeginner1 wiki manual]) and run the script '''recup_my_ORCHIDEE''' with right arguments in the util directory : 
    1616{{{ 
    17 > cd MY_EXPERIENCE/util 
     17> svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     18> cd modipsl/util 
     19> ../../TOOLS/recup_my_ORCHIDEE my_svn.login_name MY_BRANCHE_WORK 
    1820}}} 
    19 you can simply run the script '''recup_my_ORCHIDEE''' with the right arguments :  
     21The script will modify ORCHIDEE_SVN_DEV configuration to be abble to get MY_BRANCHE_WORK of the SVN server with the login my_svn.login_name and extract the model and configuration scripts.  
     22 
     23 
     24Some examples: [[BR]] 
     25 * I want to donwload ORCHIDEE_FM branch. I have the access to do so with the login toto.tata, I will use : 
    2026{{{ 
    21 > ../../TOOLS/recup_my_ORCHIDEE my_svn.login_name MY_BRANCHE_WORK MYMAIL@fr 
     27> ../../TOOLS/recup_my_ORCHIDEE toto.tata branches/ORCHIDEE_FM 
    2228}}} 
    23 It will modify ORCHIDEE_SVN_DEV configuration to be abble to get MY_BRANCHE_WORK of the SVN server with the login my_svn.login_name and 
    24 get you the right model you asked. After that, it will send you a mail on MYMAIL@fr. 
    2529 
    26 For example, I want to donwload ORCHIDEE_FM branch. I have the access to do so with the login toto.tata, my mail is my_mail@lsce.ipsl.fr, I will use : 
     30 
     31 * To get my personnal directory, I can use : 
    2732{{{ 
    28 > ../../TOOLS/recup_my_ORCHIDEE toto.tata branches/ORCHIDEE_FM my_mail@lsce.ipsl.fr 
    29 }}} 
    30 It is very easy ! 
    31  
    32 If I want to get my personnal directory, I can use : 
    33 {{{ 
    34 > ../../TOOLS/recup_my_ORCHIDEE toto.tata perso/toto.tata my_mail@lsce.ipsl.fr 
     33> ../../TOOLS/recup_my_ORCHIDEE toto.tata perso/toto.tata 
    3534}}} 
    3635