SubversionPolicy » History » Version 1
Anonymous, 07/05/2007 11:57 PM
| 1 | 1 | Anonymous | = Subversion Policy = |
|---|---|---|---|
| 2 | 1 | Anonymous | |
| 3 | 1 | Anonymous | When '''committing''' your code to the SVN repository, '''comment''' your action you are going to perform using the following '''abbreviations''': |
| 4 | 1 | Anonymous | |
| 5 | 1 | Anonymous | ||'''Abbreviation''' ||'''Type of Action''' ||'''Description''' |
| 6 | 1 | Anonymous | ||b ||Bugfix ||New code corrects a bug/defect |
| 7 | 1 | Anonymous | ||e ||Enhancement ||New code improves an existing feature |
| 8 | 1 | Anonymous | ||f ||Feature ||New code implements a new feature |
| 9 | 1 | Anonymous | ||a ||Administration ||Perform an administrative task, e.g. renaming files/directories |
| 10 | 1 | Anonymous | ||c ||Change ||Perform a general change, which does not fall in any other category |
| 11 | 1 | Anonymous | |
| 12 | 1 | Anonymous | Please consult the [http://TicktingPolicy Ticketing Policy] on how to handle '''tickets''' correctly. |
| 13 | 1 | Anonymous | It describes how to '''refer''' to and even '''close''' existing tickets. |