Changes between Version 5 and Version 6 of Documentation/UserGuide/svnBranchePerso


Ignore:
Timestamp:
2016-01-11T11:23:16+01:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnBranchePerso

    v5 v6  
    1111}}} 
    1212The administrator also needs to add read/write access for this new branch in the svn/conf/authz file at forge.  
    13  
    14 == Extract your personal folder == 
    15 Your personal folder can be extracted by the following command line (replace firstname.lastname by yours): 
    16 {{{ 
    17 svn co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder 
    18 }}} 
    19  
    20 If you got error message "svn: Authorization failed", then add --username firstname.lastname in the commande svn.  
    21 {{{ 
    22 svn --username firstname.lastname co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder 
    23 }}} 
    2413 
    2514 
     
    3827}}} 
    3928 
     29== Extract your personal folder == 
     30Your personal folder can be extracted by the following command line (replace firstname.lastname by yours): 
     31{{{ 
     32svn co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder 
     33}}} 
     34 
     35If you got error message "svn: Authorization failed", then add --username firstname.lastname in the commande svn.  
     36{{{ 
     37svn --username firstname.lastname co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder 
     38}}} 
     39 
    4040== Vizualise your folder using web interface == 
    4141If you have a login to the machine forge where the wiki and svn of ORCHIDEE are stored, you can visualize your account at forge: [https://forge.ipsl.jussieu.fr/orchidee/browser/perso].