Changes between Version 8 and Version 9 of DevelopmentGuidelines
- Timestamp:
- Feb 7, 2011, 5:50:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentGuidelines
v8 v9 32 32 33 33 == Subversion commits == 34 34 * Commit logical changesets 35 35 * When you commit a change to the repository, make sure your change reflects a single purpose: the fixing of a specific bug, the addition of a new feature, or some particular task. Your commit will create a new revision number which can forever be used as a "name" for the change. 36 36 * if you break the repository you have to get cake!