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

Re: Parameter bugIDOut is ignored in GetCommitMessage2

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 24 Jun 2011 18:48:30 +0200

On 23.06.2011 09:33, Сурнин Павел Леонидович wrote:
> I use TracExplorer 0.2.0 for integration with Trac.
>
> Current implementation of GetCommitMessage2 set parameter bugIDOut to
> empty string because commit message may be like this:
>
> “test #155 Error in dictionary
>
> closed #159 Add save support for state
>
> testing #162 Group support”
>
> I expected that theInput field (BUG-ID) will be an empty string
> regardless of the property bugtraq: logregex and bugtraq: message,
>
> butI have seen in this field “155 159 162”.
>
> When using theinterface IBugtraqProvider2 I want to have complete
> control over the %BUG-ID% without influence from any properties.
>
> For the purity ofthe experiment I build and debug TracExplorer from
> source, and try set bugIDOut to differentnon-emptystring,
>
> butthe same result.
>
> Subversion Properties:
>
> bugtraq:logregex =
> ([Tt]est(ing)?|[Cc]lose[sd]?|[Ff]ix(e?[ds])?|[Rr]e(fs)?|[Rr]e(ferences)?|[Aa]ddresses|[Ss]ee)\s(#|ticket:)(\d+)(((,\s)|(\s&\s)|(\sand\s))(#|ticket:)(\d+))*
>
> (\d+)
>
> bugtraq:message = test #%BUGID%
>
> bugtraq:number = true
>
> bugtraq:url = https://ksws:8443/trac/svod/ticket/%BUGID%
> <https://ksws:8443/trac/svod/ticket/%25BUGID%25>
>

Fixed in r21609.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2774992
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-25 03:07:45 CEST

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

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