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

Re: bugtraq:logregex for more than one tracker

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 18 Apr 2008 10:33:55 +0200

On Fri, Apr 18, 2008 at 10:15 AM, Simon Large
<simon.tortoisesvn_at_googlemail.com> wrote:

> Here in work we have our own internal issue tracker, but some of our
> customers have their own issue tracking systems. It would be useful if
> I could add something like:
>
> Issue #123, Customer #47
>
> to my log message and have the log dialog show something like:
>
> 123 C47
>
> in the Bug -ID column so that I can pick out bugs by customer ID too.
> Is that possible with the existing scheme?

(Issue #\d+)|(Customer #\d+)
(\d+)

should work.

But of course, both '123' and '47' will link to the same issuetracker.

> A logical extension, though not one that I need, would be to have
> separate URLs for the two trackers.

I don't think that would be a good idea. It would be difficult for
users to 'mark' the issues differently depending on which issuetracker
they're in. And such marking would be necessary so TSVN could know
which URL to use.

A better way would be to implement custom columns in the log dialog,
with each one having a regex assigned to extract the text to show.

Stefan

-- 
 ___
 oo // \\ "De Chelonian Mobile"
 (_,\/ \_/ \ TortoiseSVN
 \ \_/_\_/> The coolest Interface to (Sub)Version Control
 /_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-04-18 10:34:14 CEST

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

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