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

Re: Variables replacement

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-02-19 16:45:35 CET

On 2/19/07, Kris Wolff <k.wolff@wdv.de> wrote:
> Hi List,
>
> i am very new to svn, comming from good old cvs. I am testing our server
> and stuck with a very tiny, maby (for you) easy beginners question.
>
> I have a Head in my source, looks like:
> <?
> // $Id$
> // $Revision$
> // $Author$
> // $Date$
> // $HeadURL
>
> echo("test");
> ?>
>
> but as i checked in, the variables will not replaced? why? is it a
> server issue? Howe can i fix?

Keyword replacement is only performed on files which have the
appropriate values set in the svn:keywords property. See
http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 19 16:46:02 2007

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.