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

custom keyword expansion

From: Lorenz <lorenznl_at_yahoo.com>
Date: Fri, 24 May 2013 12:39:04 +0000

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.

-- 
Lorenz
Received on 2013-05-24 14:36:41 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.