up vote 6 down vote favorite
share [g+] share [fb]

Does FogBugz integrate with SVN like Trac does?

link|improve this question

1  
You might want to add "(SVN integration)" to the question title. – Ryan Versaw May 15 '09 at 14:51
feedback

2 Answers

up vote 12 down vote accepted

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|improve this answer
2  
Wow, what a case number! – Peter Štibraný May 15 '09 at 17:07
feedback

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

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

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

Your Answer

 
or
required, but never shown

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