How do I escape a subversion keyword?
From: <darxus_at_chaosreigns.com>
Date: Fri, 27 May 2011 12:48:19 -0400
I'm working on some software (spamassassin) that uses the subversion
Because I want to check for a case where svn keywords aren't getting
Something like (perl):
if ('$LastChangedDate$' eq '$LastChangedDate$')
But with one of them getting expanded, and the other not.
I think it would work to do something like:
if ('$LastChangedDate$' eq '$LastChan'.'gedDate$')
But I'd prefer to escape the keyword instead.
Maybe something like \$LastChangedDate$ ?
The reason is that the Ubuntu daily build system on launchpad.net doesn't
SpamAssassin bug:
-- "Go forth, and be excellent to one another." - http://www.jhuger.com/fredski.php http://www.ChaosReigns.comReceived on 2011-05-27 18:48:51 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.