[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Multiple Bug ID in single commit

From: Paul <alabamapaul_at_gmail.com>
Date: Fri, 13 Jun 2008 13:18:59 -0500

It's probably your bugtraq:logregex setting property, I know I had
some problems getting this to work until I realized I was reading the
TSVN documentation wrong.

TSVN uses the regular expression in the first line to find the Bug
ID(s) in your log message, and the regex in the second line to find
the IDs found in the first line
We use the following bugtraq:logregex to recognize multiple bugs:
([Bb]ug|[Ii]ssue)s?: (\d+)(,? ?(\d+))*
(\d+)

The log message can use "Bug: 123" "Bugs: 123, 127, 131" "Bug: 123, 127, 131"

Hope this helps...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-13 20:19:05 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.