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

Regex causes bug ID box to disappear

From: Tom Isaacson <parsley72_at_gmail.com>
Date: Thu, 22 Dec 2011 14:41:50 -0800 (PST)

I found this problem in V1.7.3, but I've tried all the releases back to V1.7.0 and it's still there.

Currently we're using Mantis with the simplest settings to detect bug IDs:
bugtraq:message = issue #%BUGID%

But if I change this to the regex expression provided here:
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-bugtracker.html
So bugtraq.message disappears and we get:
bugtraq.logregex = [Ii]ssues?:?(\s*(,|and)?\s*#\d+)+ (\d+)

Then the bug ID box in the top right hand corner of the commit dialog disappears.

The URL above states "If both the bugtraq:message and bugtraq:logregex properties are set, logregex takes precedence." So if I just set bugtraq:message to "hack" the bug ID box reappears and the regex seems to be used correctly in my logs, so I think I can use this as a workaround for now.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2899226

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-12-23 10:03:22 CET

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.