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

Re: Subversion not expanding keywords

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-20 16:15:01 CEST

Scott Simpson wrote:
> Linux, Apache Subversion server
>
> Subversion isn't expanding my keywords. Anybody have an idea what I'm
> doing
> wrong? Witness the following typescript:
>
> ssimpson@vu15:~/tmp/AuthCodes/Common$ svn proplist --verbose VCommon.h
> Properties on 'VCommon.h':
> svn:keywords : "LastChangedDate LastChangedRevision LastChangedBy HeadURL
> Id" svn:eol-style : native
> ssimpson@vu15:~/tmp/AuthCodes/Common$ head -6 VCommon.h
> First line of file
> /* $Id$ */
> /* $LastChangedDate$ */
> /* $Date$ */
> /* $foo$ */
> Sixth line of file

There is no keyword named:

"LastChangedDate

nor is there one named:

Id"

i.e. those quotes in the svn:keywords property value are your problem.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 20 16:40:43 2005

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.