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.
NEMO
wiki:WikiStart

Version 26 (modified by rblod, 16 years ago) (diff)

--

Last edited Timestamp?


From CVS to SVN

To use NEMO under svn, you need at first to extact modipsl from svn :

  • modipsl access
    svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl
    
  • Then it is just the usual way (extraction of NEMO in read-only mode) :
    ./model NEMO (you may have to enter password several times)
    .....
    

Be careful

  • The version of modipsl under svn include the use of sxgmake at IDRIS and CEA, all NEMO makefiles under svn have been modified in consequence.
  • The main difference between cvs and svn on our point of view is that you can Color( none,red,NOT)? extract NEMO in read-only mode (through http protocol) and then make commit on this version

How to make a commit

Extract with svn+http protocol

svn co svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk/NEMO 

or

svn co svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk/CONFIG

or

svn co svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk/UTIL

or

svn co svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk/AGRIF 

Then in the appropriate directory : export SVN_EDITOR=vi (ksh, bash, to put in .profile or .bash_profile) or setenv SVN_EDITOR vi (tsch, to put in .login)

svn ci --username [yourlogin] --message [ "bla bla ...., see ticket:# ] [ files list ]

How to make a tag

svn copy svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk  svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/tags/nemo_v2_3 -m "Tagging nemo_v2_3"

How to make a branche

svn copy svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/dev_001_SBC -m "Create a specific branch for the New Surface Module"

How to revert a commit

Just after the extraction:
svn co svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
cd ./trunk
svn merge -r 717:691  svn+ssh://yourloginforge@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk 
svn ci

How to get information about the sources downloaded

cd ./NEMO
svn info

Code browser

http://forge.ipsl.jussieu.fr/nemo/viewvc/?root=nemo-svn

SVN à l'IDRIS

zahir : /usr/local/pub/svn/svn-1.3.1/bin

brodie : /TXlocal/pub/svn/svn-1.3.1/bin

NEMO Validation Tool Kit (NVTK)

Information about NVTK just here: wiki:NVTKpage?



Welcome to Trac 0.9.4

Trac is a minimalistic approach to web-based management of software projects. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.

All aspects of Trac have been designed with the single goal to help developers write great software while staying out of the way and imposing as little as possible on a team's established process and culture.

As all Wiki pages, this page is editable, this means that you can modify the contents of this page simply by using your web-browser. Simply click on the "Edit this page" link at the bottom of the page. WikiFormatting will give you a detailed description of available Wiki formatting commands.

"trac-admin yourenvdir initenv" created a new Trac environment, containing a default set of wiki pages and some sample data. This newly created environment also contains documentation to help you get started with your project.

You can use trac-admin to configure Trac to better fit your project, especially in regard to components, versions and milestones.

TracGuide is a good place to start.

Enjoy!
The Trac Team

Starting Points

For a complete list of local wiki pages, see TitleIndex.

Trac is brought to you by Edgewall Software, providing professional Linux and software development services to clients worldwide. Visit http://www.edgewall.com/ for more information.