Changes between Version 11 and Version 12 of UNPLANNED_REPO_MAINTENACE_R1b
- Timestamp:
- 11/17/08 14:29:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_REPO_MAINTENACE_R1b
v11 v12 30 30 = Design = 31 31 [wiki:REPO_MAINTENANCE] will look this way:[[BR]] 32 * Creating tag:[[BR]]32 === Creating tag: ===[[BR]] 33 33 Another common version control concept is a tag. A tag is just a “snapshot” of a project in time. In Subversion, this idea already seems to be everywhere. Each repository revision is exactly that—a snapshot of the filesystem after each commit. 34 34 … … 54 54 * Tags must be created at the end of each iteration when the work is frozen. 55 55 56 Committing rules: 56 === Committing rules: === 57 57 * Always write a comment which task(s) affects your commit (in other words which task you are working on). 58 58 * Write the id and the name of the task related to your commit at the end of the comment.