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

Re: bugtraq:append is ignored in "Recent messages"

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 04 Mar 2008 18:27:15 +0100

Markus Leuthold wrote:
> hello list
>
> I have the following properties set:
> bugtraq:append=false
> bugtraq:label=ID
> bugtraq:logregex=^(\d*)

You should either use a two-line regex here, or provide two groups, not
just one. Otherwise you'll end up with an endless loop in the commit
dialog. See the docs about this.

> bugtraq:message=%BUGID%
> bugtraq:url=www.bugtracker.com/id=%BUGID%
>
> when I commit, I choose from "Recent messages", eg
> 1234 bug was related to algo change
>
> now, in the ID input field, not the number 1234 but the text "bug was
> related..." appears.
>
> when I choose the following "Recent message"
> bug was related to algo change1234
> the ID is correctly found despide bugtraq:append=false
>
> it seems like "Recent message" is ignoring bugtraq:append. Btw,
> everything works fine if bugtraq:append=true.

Thanks for the report.
Fixed in r12264.

Stefan

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

Received on 2008-03-04 18:27:46 CET

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.