Kristis,
I'm looking for your feedback on the change I made for this issue.
I changed the regex instead of changing all of my repositories to use a non
default property. This simpler regex appears to work for the default
subversion + TortoiseSVN configuration I use.
log_bugid_regex => 'Issue:\s(\d+?)$',
log_body_regex => '(.*)\s*Issue:\s\d+?$',
Let me know if this simplified regex will break something else in scmbug.
Regards,
Mike
-----Original Message-----
From: Brown, Mike
Sent: Friday, January 18, 2008 5:41 PM
To: 'Kristis Makris'
Cc: '[email protected]'
Subject: RE: [scmbug-users] very large commit comments break scmbug +
bugz illa
Kristis,
Setting the resolution flag on and using your regexes was a successful test
case.
I'll try fixing my regex next Monday.
Thanks.
Mike
-----Original Message-----
From: Kristis Makris [mailto:[EMAIL PROTECTED]
Sent: Friday, January 18, 2008 5:15 PM
To: Brown, Mike
Cc: '[email protected]'
Subject: RE: [scmbug-users] very large commit comments break scmbug +
bugz illa
On Fri, 2008-01-18 at 17:04 -0600, Brown, Mike wrote:
> Kristis,
>
> Disabling the resolution flag had no effect.
Perhaps both disabling the flag and changing the regexes was necessary.
If you set the flag on now, will you still get the process to hang ?
> Changing the log comment regular expressions to the following allowed it
> work. However they don't parse the comment entries created by
tortoisesvn.
> My bug numbers appear at the end of the string and not the beginning. Can
> you suggest a modification of these regular expressions that might work?
That's because you have configured tortoisesvn to report the issue
number at the end of the log message instead of the beginning.
> Wireshark shows the log message being sent to subversion from tortoisesvn
> as:
> small message for scmbug 4\nIssue: 6383\n
Exactly. You can change this behavior in TortoiseSVN by setting the
bugtraq:append SVN property to false:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users