| 31 | [wiki:REPO_MAINTENANCE] will look this way: |
| 32 | Creating tag: |
| 33 | * How to create a tag on Windows with TortoiseSVN: |
| 34 | * Update first. |
| 35 | * Go to "trunk" folder in your local repository |
| 36 | * Right click on it |
| 37 | * TortoiseSVN -> Branch/tag |
| 38 | * Dialog window appears. Now instead of svn://asteasolutions.net/sophie2-repo/trunk (or svn://10.10.117.11/sophie-jr/trunk) use svn://asteasolutions.net/sophie2-repo/tags/m??-??? (or svn://10.10.117.11/sophie-jr/tags/m??-???). Here m??-??? stands for the milestone and its name for example m01-pre1. |
| 39 | * It is obligatory to write a comment when you commit. |
| 40 | * Tags must be created at the end of each iteration when the work is frozen. |
| 41 | * How to create a tag on Linux |
| 42 | |
| 43 | Committing rules: |
| 44 | * Always write a comment which task(s) affects your commit (in other words which task you are working on). |
| 45 | * When you commit code be sure that it is written following the code standards. |
| 46 | * Committing without a comment is absolutely impermissible (that is valid even when committing only a daily report). |