On Fri, 2009-07-24 at 16:38 -0700, Martin Goff wrote: > After I made this change I received another error: > > Scmbug error 7: Bug '2' > Error: does not belong to the product 'repos'. It belongs to product 'VDLSim'.
Well, to be clear, you received this error when you tried to commit a change in the repository against bug 2. Right ? So, originally you had ran: > J:\ScmBug\bin>scmbug_install_glue.pl --scm=Subversion --product=repos That ended up assuming that you have setup this repository to integrate it with the Bugzilla product name "repos". You probably intented to setup this repository to integrate it with the Bugzilla product "VDLSim". So, the original glue configuration was incorrect. You can tune in hooks/etc/scmbug/glue.conf the glue configuration. So if you need to change the product name you can simply edit that file. On Mon, 2009-07-27 at 13:21 -0700, Martin Goff wrote: > Are there any files that get updated when the glue is installed that > do not exist within the hooks directory tree? Yes, there are files in /hooks that are the actual Subversion hooks. Those did not exist, and the Scmbug glue installer created them to enable the integration. Those are called "post-commit" and "pre-commit".
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
