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

Re: SubWCRev and ternary keywords and $WCRANGE$ colon

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 13 Apr 2011 21:24:53 +0200

On 13.04.2011 14:11, Alexander wrote:
> On Apr 13, 1:22 am, Stefan Küng<tortoise..._at_gmail.com> wrote:
>
>> That means, you can not nest expressions.
> For me even ordinary replacement doesn't work
> SubWCRev 1.6.15.21041
>
> char *Mixed = "$WCMIXED?Mixed revision:Not mixed$";
> generates
> char *Mixed = "WCMIXED?Mixed revision:Not mixed$";
> in output

That works fine for me. That's actually very similar to our test file,
and I just ran the test with 1.6.15. Worked properly:
char *Mixed = "$WCMIXED?Mixed revision WC:Not mixed$";

gets replaced with:

char *Mixed = "Not mixed";

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=2719563
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-13 21:25:09 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.