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

Re: Allow linking more then just an issue number

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: Wed, 19 Oct 2011 12:49:49 -0400

> On 19 October 2011 10:29, Maciej Jaros <egil_at_wp.pl> wrote:
> I have setup bugtraq:url to:
> http://our.server.pl/flyspray/index.php?do=details&task_id=%BUGID%
>
> And bugtraq:logregex to:
> [Ff][Ss]#(\d+)
>
> The problem is only numbers are linked which is not very visible with short numbers. What I would like to do is have the whole sequence linked?

You could try something like:

bugtraq:url=http://our.server.pl/flyspray/index.php?do=details&task_%BUGID%

bugtraq:logregex=(id=\d+)

Or maybe even:

bugtraq:logregex=([Ii][Dd]=\d+)

if your bug tracker's URL parser is case insensitive.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-19 18:50:17 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.