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