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 (diff) – NEMO

Changes between Version 38 and Version 39 of Developers


Ignore:
Timestamp:
2018-06-04T20:49:27+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v38 v39  
    33[[PageOutline(2-3)]] 
    44 
    5 You should find here everything regarding the development of the NEMO reference. 
     5You should find here everything regarding the development and the support of the NEMO reference. 
    66 
    77== Prerequisites 
     
    5858* browser:/NEMO/releases: all official NEMO releases, '''only the last one is maintained''' 
    5959 
     60{{{#!sh 
     61# One step (download directly a copy with write access) 
     62svn co svn+ssh://'login'@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO [...] 
     63# or 2 steps (download a read-only copy and switch to developer when a commit is required) 
     64svn co http://forge.ipsl.jussieu.fr/nemo/svn/NEMO  [...] 
     65svn sw --relocate http://forge.ipsl.jussieu.fr svn+ssh://'login'@forge.ipsl.jussieu.fr/ipsl/forge/projets 
     66}}} 
     67 
     68===  
     69 
    6070If needed, you can learn the new [wiki:Developers/SVN_HowTo SVN basics] to work with the repository.  
    6171