SubversionPolicy » History » Version 3

Paweł Widera, 07/13/2007 09:50 AM
Link corrected.

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 3 Paweł Widera
Please refer to the TicketingPolicy on how to handle '''tickets''' correctly.
15 2 Anonymous
It describes how to '''reference''' and even '''close''' existing tickets while committing your code.