Hello all, On a project that I am currently working on we have a need to implement a bug-tracking system. We would like to integrate this bug-trakcing system with our CVS repository, primarily to associate what source code changes were made to fix a particular bug.
Can anyone out there suggest the best way to accomplish this? >From what I ahve read, one way to do this would be to integrate Bugzilla and CVS. If we were to use Bugzilla for bug tracking, it appears that there are two methods that we can use to associate bugs with code changes, according to the Bugzilla FAQ (see below). If anyone has any experience with either of these and can share anything, please let me know. If anyone has used a different tool and/or technique that might be useful, we would be interested in that also. I've started looking on sourceforge.net for any tools, but haven't come across anything yet. Thanks, Lou Avrami ( [EMAIL PROTECTED] ) http://www.bugzilla.org/docs/txt/Bugzilla-Guide.txt 4.6.2. CVS CVS integration is best accomplished, at this point, using the Bugzilla Email Gateway. Follow the instructions in this Guide for enabling Bugzilla e-mail integration. Ensure that your check-in script sends an email to your Bugzilla e-mail gateway with the subject of "[Bug XXXX]", and you can have CVS check-in comments append to your Bugzilla bug. If you want to have the bug be closed automatically, you'll have to modify the contrib/bugzilla_email_append.pl script. There is also a CVSZilla project, based upon somewhat dated Bugzilla code, to integrate CVS and Bugzilla through CVS' ability to email. Check it out at: http://homepages.kcbbs.gen.nz/~tonyg/. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
