Changes between Version 20 and Version 21 of HowToSVN
- Timestamp:
- 05/19/08 01:19:31 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSVN
v20 v21 66 66 * SVN prefers "atomic commits", i.e. commit changes to all files affected by a change at the same time, not in a series of commits (one for each file). 67 67 68 * Please make the {{{-m}}} commit log message meaningful. It is your chance to explain "why". If you refer to bug numbers in the form "#123" the Trac system will automatically create a link from the message to the bug report. The same is true for revision changes, e.g. "r12345".68 * '''Please make the {{{-m}}} commit log message meaningful'''. It is your chance to explain "why". If you refer to bug numbers in the form "#123" the Trac system will automatically create a link from the message to the bug report. The same is true for revision changes, e.g. "r12345". 69 69 {{{ 70 70 svn diff raster/r.digit/main.c | less