New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers/SVN_QuickReference (diff) – NEMO

Changes between Version 16 and Version 17 of Developers/SVN_QuickReference


Ignore:
Timestamp:
2016-06-13T17:23:05+02:00 (9 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/SVN_QuickReference

    v16 v17  
    6868}}} 
    6969== Switch from user to developer == 
     70The following command is set for the trunk, adapt as required for your developing branch. 
    7071{{{ 
    71 svn switch --relocate http://forge.ipsl.jussieu.fr/nemo/svn/trunk/NEMOGCM svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk/NEMOGCM 
     72svn switch --relocate http://forge.ipsl.jussieu.fr/nemo/svn/trunk/NEMOGCM svn+ssh://{your_forge_login}@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk/NEMOGCM 
    7273}}} 
    7374== Switch from a branch to the trunk (your working copy was based on a given branch which has been moved to the trunk ==