Changes between Version 15 and Version 16 of Documentation/UserGuide/svnBranchePerso


Ignore:
Timestamp:
2020-05-29T07:15:20+02:00 (4 years ago)
Author:
bguenet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnBranchePerso

    v15 v16  
    66 
    77== Objectives == 
    8 This item should help you to: (1) decide whether you need a branch or a personal copy, (2) contact the right persons to deal with the tasks that require administrator rights, (3) start your own branch or personal copy, and (4) benefit from svn to save and share your developments. [[BR]]  
     8This item should help you to: (1) decide whether you need a branch or a personal copy, (2) contact the right persons to deal with the tasks that require administrator rights, (3) start your own branch or personal copy, and (4) benefit from svn to save and share your developments. Please note that this page is more oriented towards already experienced svn users if your a beginner and you want to have you personal branch please contact your supervisor who will help you with the details. [[BR]]  
    99 
    1010== Decide whether you need a branch or a personal copy ==  
     
    4848 
    4949=== Check out your personal folder === 
    50 The svn-server archives the source code but it cannot be used to run ORCHIDEE. Running ORCHIDEE requires you to check out (hence the co in the command svn co) the source code from svn and to download it to one of the servers where you can run the model (e.g., Obelix, Irene, Climserv). You can co the code that has been archived in your personal folder by the following command line (replace firstname.lastname by yours): 
     50The svn-server archives the source code but it cannot be used to run ORCHIDEE. Running ORCHIDEE requires you to check out (hence the co in the command svn co) the source code from svn and to download it to one of the servers where you can run the model (e.g., Obelix, Irene, Climserv). You can copy the code that has been archived in your personal folder by the following command line (replace firstname.lastname by yours): 
    5151{{{ 
    5252svn co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder