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

Re: [TSVN] enhancement request: allow bugtraq link anywhere in log

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-01-15 14:01:33 CET

Curtis Konelsky wrote:
> Currently the bugtraq:message link inserted in the revision log is only
> recognized by TortoiseSVN if it appears at the very beginning or very
> end of the log. It would be nice if this restriction was relaxed and
> the string would be found anywhere in the log message.

The reason we introduced those properties was that bugtrackers could
parse the log messages and find the associated bug id better. And to do
that, we had to define that the bug id _must_ be in a separate line
either at the beginning or the end of the log message. Without that, you
simply can't parse the bug id with 100% accuracy.

> Here is a sample log message:
>
> -----------------------------------------------
> <summary>Fix crash bug</summary>
>
> <description>Yadda yadda yadda...</description>
>
> <fixes>1234</fixes>
>
> <qa>bob 2004/11/22 11:31</qa>
> -----------------------------------------------
>
> bugtraq:message property is set to "<fixes>%BUGID%</fixes>".

With those XML style log messages, it would be possible to really find
the bug id even in the middle of a log message. But 'normal' log
messages don't look like this, and so it wouldn't be possible to extract
the bug id accurately.

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
Received on Sat Jan 15 14:02:35 2005

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.