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

Changes between Version 8 and Version 9 of Developers/DevelopingCodeChanges


Ignore:
Timestamp:
2011-04-05T23:26:15+02:00 (13 years ago)
Author:
rblod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/DevelopingCodeChanges

    v8 v9  
    3131A development (dev) branch should be created and development can progress on this branch in the normal manner. 
    3232 
    33 Branches may be created from any point on the trunk, but will tend to be from either a stable release, or the head. When creating branches from a release, use the appropriate revision keyword for that release. 
     33Branches may be created from any point on the trunk, but will tend to be from a stable release. When creating branches from a release, use the appropriate revision keyword for that release. Each year, braches will be created in the directory svn/nemo/branches/YEAR, rather than in svn/nemo/branches. 
    3434 
    3535When you create branches, please use a standard name : DEV_starting revision number_purpose (ex DEV_r1302_obc)