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

AW: Re: Use of "bugtraq:url" property from RepoBrowser

From: Brandstädter Reinhard <Reinhard.Brandstaedter_at_ams-engineering.com>
Date: 2006-03-16 08:08:12 CET

Hi,

I expected something like that. Makes Sense!

Another solution to achieve URL Linking without adding additional load on the server would be a precommit script that creaes a <a> tag in the commit message and let the client interpret the messages as html. This adds a few security issues on public repositories but for restricted internal use this would be nice. Of course ist really dependant on the client. If the client can't interpret html you get ugly messages.

What do you think of this idea?

Reinhard

-----Ursprüngliche Nachricht-----
Von: Stefan Küng [mailto:tortoisesvn@gmail.com]
Gesendet: Mittwoch, 15. März 2006 19:32
An: dev@tortoisesvn.tigris.org
Betreff: Re: Use of "bugtraq:url" property from RepoBrowser

Brandstädter Reinhard wrote:

> I'm using the bugtraq:url property to link to our Issue Tracking
> System. This works fine - Issue-Ids are converted to Links - when I
> query the log from a checked out working copy path. But when the
> "show log" is called directly from the RepoBrowser View (via the
> context menu) the issue IDs are not converted to links. Is this
> intentionally/not possible or a bug?
>
> Me and our testers would see this feature of issue linking really
> helpfull if we didn't have to checkout repositories to get these nice
> issue links.

The bugtraq: properties are folder properties, i.e. they're assigned to
folders in the working copy. TSVN only reads them from a working copy.
Reading those directly from the repository would put a great deal of
stress on the server and your connection, and it would make the
repository browser slow as hell.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 16 08:08:22 2006

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.