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


Ignore:
Timestamp:
2013-03-29T10:56:07+01:00 (11 years ago)
Author:
pmaugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnBranchePerso

    v1 v2  
    33 
    44== Create your folder == 
    5 First, ask for a login on svn and a personal directory on the svn repository, use orchidee-help mailing liste. 
    6 When this is done, you can extracte this folder which is in the beginning empty, change in following commands to use your name : 
     5First, ask for a login on svn and a personal folder on the svn repository: use orchidee-help mailing list.  
     6At the beginning, your personnal folder is empty. 
     7 
     8When this is done, you will thereon be able to extract your remote folder by the following command line (replace firstname.lastname by yours): 
    79{{{ 
    810svn co svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname mypersofolder 
     
    1618 
    1719== Commit in your folder == 
    18 In your personal svn directory you can now commit sources code and scripts. You should not commit netcdf files, executables or other big files.[[BR]] 
     20In your personal svn directory you can now commit source code and scripts. You should not commit netcdf files, executables or other big files.[[BR]] 
    1921 
    20 For exemple you want to copy revision number X from the ORCHIDEE trunk into your personal folder :  
     22For exemple you want to copy revision number X from the ORCHIDEE trunk into your remote personal folder :  
    2123{{{ 
    2224svn cp -r X svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname/ORCHIDEE_mytrunk 
    2325}}} 
    2426 
    25 For exemple how to copy the tag 1.9.6 into your personal folder : 
     27For exemple you want to copy the tag 1.9.6 into your remote personal folder : 
    2628{{{ 
    2729svn cp svn://forge.ipsl.jussieu.fr/orchidee/tags/ORCHIDEE_1_9_6 svn://forge.ipsl.jussieu.fr/orchidee/perso/firstname.lastname/myORCHIDEE_1_9_6  
    2830}}} 
    2931 
    30 == Vizualise using web interface == 
    31 If you have an login to the machine forge where the wiki and svn of ORCHIDEE is stored, then you can visualize your account at forge : [https://forge.ipsl.jussieu.fr/orchidee/browser/perso]. 
    32 Ask for an acount on forge using the email list orchidee-help. This login can be used to modify the wiki, create and comment tickets and to vizualize your personal folder and all branches you have acces to.  
     32== Vizualise your folder using web interface == 
     33If 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]. 
     34Ask for an account on forge using the email list orchidee-help. This login can be used to modify the wiki, to create and comment tickets and to vizualize your personal folder as well as all branches you have access to.