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

Re: hint for improved keyword substitution

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 18 Mar 2008 15:34:05 -0400

Mycroft Holmes wrote:
>
> Here's a modest proposal for svn 1.5 final.

1.5 is rapidly approaching release candidate status; new features are
not going to be added now.

> the $PROPERTY: VALUE $ syntax is a nightmare in C/C++ sources.

> I'd like to have some directive that replaces the FIRST occurrence of a
> user-specified keyword in the following lines.
> imagine something like:

That's not going to be possible, because the keyword stuff is strictly
line-oriented (by which I mean that it only reads and processes a single
line at a time).

Perhaps you would like this instead?

        http://subversion.tigris.org/faq.html#version-value-in-source

Either of those recipes will DTRT (for some value of "DTRT")...

John

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-18 20:34:26 CET

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.