Changes between Version 2 and Version 3 of Documentation/UserGuide/svnBranchePerso


Ignore:
Timestamp:
2013-10-03T12:56:52+02:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnBranchePerso

    v2 v3  
    22Here is some short help on how to create and commit in a personal directory or a branche.  
    33 
    4 == Create your folder == 
     4== Create your personal folder == 
    55First, ask for a login on svn and a personal folder on the svn repository: use orchidee-help mailing list.  
    66At the beginning, your personnal folder is empty. 
    77 
    8 When this is done, you will thereon be able to extract your remote folder by the following command line (replace firstname.lastname by yours): 
     8== Extract your personal folder == 
     9Your personal folder can be extracted by the following command line (replace firstname.lastname by yours): 
    910{{{ 
    1011svn co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder 
     
    1718 
    1819 
     20 
    1921== Commit in your folder == 
    20 In your personal svn directory you can now commit source code and scripts. You should not commit netcdf files, executables or other big files.[[BR]] 
     22In your personal svn directory you can now commit source code and scripts. You should not commit netcdf files, executables or other big files. You can have several versions in your folder. [[BR]] 
    2123 
    2224For exemple you want to copy revision number X from the ORCHIDEE trunk into your remote personal folder :