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

Re: custom keyword expansion

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 24 May 2013 16:26:42 +0200

On Fri, May 24, 2013 at 12:39:04PM +0000, Lorenz wrote:
> I'm playing around with the new custom keyword expansion.
>
> I would like to create a keyword like:
>
>
> SAL-EAGLE="/><attribute%_name="BRD-SVN-REV"%_value="%r"/><attribute%_name="dummy"%_value="
>
> Problem is, that as soon as I incorporate a '=' character in my
> definition, keyword expansion for that keyword stops working.
>
> I this a bug or a feature 8-)
>
> Could that be fixed/changed? For instance by defining %= similar to %_
>
>
> The goal is to expand
>
> <attribute name="SAL" value="SAL-EAGLE:$">
>
> to
>
> <attribute name="SAL" value="SAL-EAGLE:"/><attribute
> name="BRD-SVN-REV" value="1234"/><attribute name="dummy" value=" $">
>
> I anyone is interested in why I want to do such obscure things, just
> ask and I try to explain 8-)
>
>
>
> And last but not least: could that be incorporated into the 1.8
> release?
> Pretty, pretty please.

Fixed in http://svn.apache.org/r1486072 and nominated for backport
to the 1.8.x series. Not sure if this fix will make 1.8.0, but it
should make 1.8.1.

Thanks for your report!
Received on 2013-05-24 16:27:17 CEST

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.