vote up 4 vote down star

Does FogBugz integrate with SVN like Trac does?

flag

64% accept rate
1  
You might want to add "(SVN integration)" to the question title. – Ryan Versaw May 15 at 14:51

2 Answers

vote up 9 vote down check

Yes!

FogBugz 6 Source Control Integration

Basically, you set up an svn post-commit hook script that checks for the presence of a FogBugz Case # in the commit message. I usually set up my hook script to look for the string "BUGZID: NNN".

If you use TortoiseSVN, you can even configure it so that there's a box for entering the case # right on the Commit dialog.

If it finds a valid case #, it adds a bunch of information about the commit to the FogBugz case.

link|flag
1  
Wow, what a case number! – Peter Štibraný May 15 at 17:07
vote up 2 vote down

Yep, you'll have to check here for some hints

[edit] Aw you've beaten me Mark by a few seconds lol

link|flag
Just barely :) Also, your link points to the FogBugz 4.0 docs which are a bit out of date. – Mark Biek May 15 at 14:37

Your Answer

Get an OpenID
or

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