On Wed, 2007-07-11 at 08:23 +0930, Maginnity, Simon (Contractor) wrote: > >Have you installed the integration glue ? If you were to e.g. enter no > bug number at all, do you get an error by >Scmbug that refuses to let > the commit go through ? > > >If you did install the glue, which version of Bugzilla are you using ? > > The glue is installed and I am using Bugzilla 2.22, I think I am using > scmbug 19.13 as well. Yes I get an error if I enter the wrong syntax > when entering a bug, if I do not log it against a bugzilla bug then it > comes back with errors.
Yikes! We've had reports that comments don't always get entered in Bugzilla 2.22 in Windows: http://bugzilla.mkgnu.net/show_bug.cgi?id=912 Are you running Windows ? I think you will need to help us debug this. e.g. Edit Bugzilla.pm:integration_add_comment and add some statements that can show whether execution at least gets to that point: open OUTFILE, "/tmp/debug.txt"; print OUTFILE "HERE -- 1\n"; print OUTFILE Dumper( $userid ); print OUTFILE Dumper( $comment ); close OUTFILE
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
