Changes between Version 5 and Version 6 of UNPLANNED_REPO_MAINTENACE_R1b


Ignore:
Timestamp:
11/13/08 14:11:52 (17 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_REPO_MAINTENACE_R1b

    v5 v6  
    2929 
    3030= Design = 
     31[wiki:REPO_MAINTENANCE] will look this way: 
     32Creating 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 
     43Committing 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). 
    3147 
    3248= Implementation =