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

request: set bugtraq: properties on the svn folder

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-09-22 17:45:26 CEST

Hi,

While checking the log of the svn trunk I noticed that TSVN successfully
parsed some log messages and extracted issue numbers. Of course, the
links didn't work because they pointed to the TSVN issue tracker (the
reason for this is that TSVN has those properties set, Subversion
doesn't, and the properties are searched upwards in the directory tree).

Anyway: I'd like to ask if it would be possible to add the following
properties to at least the /trunk folder of Subversion:

propname: bugtraq:logregex
propvalue: [Ii]ssues?:?(\s*(,|and)?\s*#\d+)+
                  (\d+)
(propvalue has two lines)

and

propname: bugtraq:url
propvalue: http://subversion.tigris.org/issues/show_bug.cgi?id=%BUGID%

with those properties set, clients which implement those properties(1)
can turn issue numbers in log messages into links which directly lead to
the issuetracker for that issue.

I've attached a screenshot of the TSVN log dialog, showing how these
properties are used.

Stefan

(1) An (incomplete) list of tools which use those properties can be
found at the bottom on this page:
http://tortoisesvn.net/issuetracker_integration

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

sshot-1.png
Received on Sat Sep 22 17:46:12 2007

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

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