wiki:HowToCommitToSvn

Version 1 (modified by Alexander Kunin, 7 years ago) (diff)

--

Please follow these guidelines, when committing changes to SVN

All commits should follow pattern

X.X.X - [ [ trac command ] #XXXX ] - description

where:

X.X.X - Core version number

[ trac command ] - command to control trac ticket status or comment

[ #XXXX ] - trac ticket number(s) (when commit is linked to a Trac ticket)

description - brief explanation of committed changes

Examples:

4.5 - for #3948 - added functionality to generate PO for Exemplis
4.5 - test #3920 - Add CREATE BY to searcher screen
4.5 - fixed #1234, #1235 - Fixing user interface alignment

Trac Commands

for re ref see - Add committed message as a comment on Trac ticket

fix fixed fixes fixing test - Change ticket status to "testing"

close closed closes closing - Close ticket. NOTE: Avoid these commands, as they close ticket omitting testing cycle!