Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FogBugz SVN integration like Trac does?

Tags:

svn

fogbugz

trac

Does FogBugz integrate with SVN like Trac does?

like image 225
Saif Khan Avatar asked May 15 '09 14:05

Saif Khan


1 Answers

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.

like image 138
Mark Biek Avatar answered Oct 01 '22 04:10

Mark Biek