Changes between Version 6 and Version 7 of doc/tec/developerrules
- Timestamp:
- Apr 8, 2016 11:06:30 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/developerrules
v6 v7 15 15 }}} 16 16 4. Enter the changes into the change log ([wiki:/doc/tec/changelog]). [[BR]] [[BR]] 17 5. Move the change comments in the file headers from {{{"Current revisions:"}}} to {{{"Former revisions:"}}}. Set the current svn id in front of that. [[BR]] [[BR]] 17 5. Move the change comments in the file headers from {{{"Current revisions:"}}} to {{{"Former revisions:"}}}. Set the current svn id in front of that. 18 This procedure is taken over by the shell script {{{document_changes}}}. After having committed your changes, simply call 19 {{{ 20 document_changes trunk 21 }}} 22 Alternatively, you can do the necessary changes manually. 23 [[BR]] [[BR]] 18 24 Example: [[BR]] [[BR]] 19 25 before move: … … 47 53 }}} 48 54 49 '''Since r1326 this procedure is taken over by the shell script {{{document_changes}}}'''. Simply go to the directory with the modified source code and run the script. Note that the script requires that comments under "Current revisions:" must not contain an empty line at the beginning and that a blank line must be placed before "Former revisions:".50 51 '''Example:'''52 {{{53 cd current_version/trunk/SOURCE54 document_changes55 }}}56 55 6. Commit the changes in the technical documentation and the file headers: 57 56 {{{