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

bugtraq:logregex doesn't work after upgrading TortoiseSVN from 1.4 to 1.5

From: Mike <mhenry07_at_gmail.com>
Date: Fri, 10 Oct 2008 10:49:48 -0700 (PDT)

I had issue tracker integration setup in TortoiseSVN 1.4 (and a 1.4
repository) where it worked perfectly. However, since upgrading to
TortoiseSVN 1.5.3 (and a 1.5.2 repository), the issue tracker
integration no longer seems to be working properly, even though the
bugtraq:logregex and bugtraq:url properties have not changed.

Some of the symptoms: Bug-ID column is blank, no highlighting when
typing an issue number in a commit message, and issue numbers are not
linked from the log message history. The issue occurs on both an XP
desktop and a Vista laptop with the same repository.

Have there been any changes to the regular expression syntax in 1.5?
Is there a reference for the TortoiseSVN regular expression dialect?

Here's my bugtraq:logregex:
(?i)(?:close(?:d|s)?|fix(?:ed|es)?|addresses|re(?:fs|ferences)?|see).?
(#[0-9]+(?:(?:[, &]*|[ ]?and[ ]?)#[0-9]+)*)
([0-9]+)

bugtraq:url: http://server.domain.com:8080/MyProject/ticket/%BUGID%
(Note: server name and project name changed)

Here's a sample log message which should have a link at #353 but
doesn't:
Extracted a new function blah blah blah. See #353

If anyone could provide any help I'd appreciate it.

Thanks,
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-10 20:04:27 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.