Changes between Version 1 and Version 2 of Documentation/UserGuide/svnpasswords


Ignore:
Timestamp:
2024-02-28T13:34:10+01:00 (4 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnpasswords

    v1 v2  
    33Author: S. Luyssaert 
    44 
    5 Last revision: not revised yet 
     5Last revision: J. Ghattas 28/02/2024 
    66 
    77It is convenient to store the svn passwords for icmc_users (IOIPSL, libIGCM and XIOS) and firstname.lastname (ORCHIDEE and ORCHIDEE_OL). If it happened that you stored a wrong password or that your passwords have changed, you may want to delete the files in which these passwords have been stored. 
    88 
    9 Go to /home/users/username 
    10  
    11 {{{ ll -a 
     9Go to your home folder. 
     10{{{  
     11ls -a 
    1212rm -rf .subversion/auth/svn* 
    1313}}} 
    1414 
    15 Now use svn co to check out the model again. Prepare to give passwords and usernames. 
     15Now use svn co to check out the model again. Or use the script modipsl/util/model as usual. Prepare to give passwords and usernames. 
    1616 
     17Another option if you only want to change the password on one server, for example ORCHIDEE, extract in a temporary folder by forcing the command svn with the corresponding username. Do as follow in a temporary folder on the same computer, change “yoursvnlogin” to your personal one: 
     18{{{ 
     19mkdir TEMPDIR ; cd TEMPDIR 
     20svn co --username yoursvnlogin svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE . 
     21-> If it is the first time with this login in, you'll be asked for your passwd. 
     22-> You can answer yes to store the password 
     23}}} 
     24 
     25