Hi Kristis,

        1) Even after changing consolidate_cvs_messages => 0 in glue, I
still get the consolidated cvs activities log.

        2) I've applied the debug log statements as per your suggestions.
I've attached the logfile.

        

-----Original Message-----
From: Kristis Makris [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 08, 2008 12:08 AM
To: manjit
Cc: [email protected]
Subject: RE: [scmbug-users] RE: log comments not reflected in Bugzilla

Hi Manjit, thanks so much for this debugging information. This makes it
easier for me to understand what's going on.

So,

1) Bugzilla.pm:integration_change_bug_resolution is not being called

2) Bugzilla.pm:integration_add_comment reports:

bugid: '', username: '', : ''

This means that the data received as a request to the daemon have not
made it all the way through to this function. This is VERY puzzling.
Especially because the daemon verifies that an activity supplies a
username -- else it refuses to process it. How did execution reach this
point without a username ? Perhaps a username was supplied in the
beginning, and somehow was removed from the request ?

3) I need to explain the use of the file:

.scmbug_consolidated_cvs_activities_manjit_136

This is an automatically maintained file (which apparently isn't getting
deleted as it should be) that tries to merge commits in multiple
directories into a single commit message in CVS. To avoid any confusion
with this feature disable this feature by changing glue.conf to read:

consolidate_cvs_messages => 0

I suspect this feature might have caused some of the problems you've
been seeing.

Also, I noticed you entered a log message of the format:

"branch:HEAD
bug 2:This is test file commit to the cvs
status 2:  resolved fixed



"

You don't need to enter the "branch: HEAD" in the top of the log
message. Please don't enter this information.


4) I need you to apply the attached patch to Process.pm, to examine the
data that is received by the daemon.


Can you apply these 2 changes, disabling consolidate_cvs_messages and
applying the patch, try again and report back ?

Thanks,
Kristis


Attachment: logfile
Description: Binary data

Attachment: Process.pm
Description: Binary data

Attachment: .scmbug_consolidated_cvs_activities_manjit_18399
Description: Binary data

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to