Changes

From Gramps

Committing policies

1 byte added, 11:09, 30 March 2010
no edit summary
[[Category:Developers/General]]==Log Messagesmessages==
Every commit to Subversion must be accompanied by a log message. These messages will be generated into a ChangeLog when a release is made and should conform to the following guidelines:
svn log --limit 5
==Adding New Filesnew files==
All the files with the translatable strings '''must''' be listed in the po/POTFILES.in file. This means that most new files must have their names added to that file.
svn propset svn:keywords 'Id' src/somefile.py
==Bugfixes In Branchesin branches==
Whenever a bug is fixed in a branch, it is the committer's responsibility to make sure the fix is also committed to the trunk. This can be accomplished using one of three methods. All methods require a working copy of trunk and the branch.
More info: http://svnbook.red-bean.com/
 
[[Category:Developers/General]]

Navigation menu