I've seen several people asking about how to do this kind of thing, so I've documented the configuration that we use in the software development group here. What works for us:
CVS check in messages are automatically appended to bug reports, and also bounced by email to the development team. This ensures all changes are logged. The checkin messages in bugzilla are then further linked into the CVS repository, so that anyone browsing bug reports can not only see the commit messages, but also the exact changes that were committed; i.e. the changes that were made to fix a particular bug. For more details, see http://www.einval.com/steve/cvs-bugzilla/ Any comments or questions, let me know. Thanks, -- Steve McIntyre, Cambridge, UK. [EMAIL PROTECTED] "C++ ate my sanity" -- Jon Rabone _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
