1

How can we enter case numbers using Subversion?

flag

1 Answer

1

When you commit a change using Subversion, include a single line of the form BugzID: case number in the log after the other comments, for example:

alt text

link|flag
@fogbugz you still need to set up the commit hook that parses that commit message for that to work ... – Michael Pryor Sep 21 2010 at 20:08
1 
You can also reference multiple case numbers by separating them with commas: BugzID: 49, 50 – Mike Barone May 12 2011 at 19:49
In my experience it doesn't have to be on a single line. You can also use TortoiseSVN to add a BugzID field to automate this process, which works very nicely: fogcreek.com/fogbugz/docs/70/topics/sourcecontrol/… – Dave Hodder Mar 13 2012 at 18:00

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.