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

Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
2007-05-28T12:55:07+02:00 (17 years ago)
Author:
rblod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    1616 * The main difference between cvs and svn on our point of view is that you can NOT extract NEMO in read-only mode (through http protocol) and then make commit on this version 
    1717 
    18  * How to make a commit 
     18 = How to make a commit = 
    1919Extract with svn+http protocol 
    2020{{{ 
     
    3434 }}} 
    3535 
    36 Then in the appropriate directory  
     36Then in the appropriate directory : 
    3737export SVN_EDITOR=vi      (ksh, bash, to put in .profile or .bash_profile) 
    3838or