Changes between Version 8 and Version 9 of Developers/Developing Code Changes
- Timestamp:
- 2011-04-05T23:26:15+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers/Developing Code Changes
v8 v9 31 31 A development (dev) branch should be created and development can progress on this branch in the normal manner. 32 32 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.33 Branches 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. 34 34 35 35 When you create branches, please use a standard name : DEV_starting revision number_purpose (ex DEV_r1302_obc)