I played around with my bugtraq:logregex value a bit and it seems that
removing the (?i) modifier allows it to work properly (except that
it's now case-sensitive). Is there another way to specify that the
regular expression is case insensitive?
I also tried adding /i to the end but that doesn't seem to work. If
there's no case-insensitive modifier, does that mean I must use
explicit case checking, such as ...[Ss]ee... ?
Thanks,
Mike
On Oct 10, 12:49 pm, Mike <mhenr..._at_gmail.com> wrote:
> 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-unsubscr..._at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
---------------------------------------------------------------------
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:35:44 CEST