FogBugz SVN integration like Trac does?
Asked Answered
G

1

6

Does FogBugz integrate with SVN like Trac does?

Gratis answered 15/5, 2009 at 14:31 Comment(1)
You might want to add "(SVN integration)" to the question title.Roundfaced
A
12

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.

Assurgent answered 15/5, 2009 at 14:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.