Changes between Version 11 and Version 12 of Tools


Ignore:
Timestamp:
2012-09-27T09:57:45+02:00 (12 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools

    v11 v12  
    44= SVN = 
    55 
    6  * Orchidee code is versionned with Subversion software. See [Tools/Subversion SubVersion] page for all commands and a course prepared by Didier Solyga [http://dods.ipsl.jussieu.fr/orchidee/COURS/SVN_course_nov_2011.pdf here] 
     6 * Orchidee code is versionned with Subversion software.[[BR]] 
     7   All the versions are archived on a specific server and saved every day.  
     8   Subversion can track changes made to a file by associating both a revision number and a message called commit.[[BR]] 
     9   SVN let you answer the following questions : When did I do this modification? Why did I  
     10   modify my file? Could I recover a previous version of my file? [[BR]] 
     11   Subversion will let you organize properly your work : no need to have many back-up copies, easy access to your previous versions and changes, revisions log...[[BR]] 
     12   ORCHIDEE users are strongly advised to manage their own version under SVN system. In return, they can obtain support by the ORCHIDEE engineers team.[[BR]] 
     13 
     14 See [Tools/Subversion SubVersion] page for all commands and a course prepared by Didier Solyga [http://dods.ipsl.jussieu.fr/orchidee/WIKI/TUTORIALS/SVN_course_may_2012.pdf here] 
    715 
    816= IDB =