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

Subversion not expanding keywords

From: Scott Simpson <subversion-users_at_scottsimpson.tv>
Date: 2005-04-20 15:50:09 CEST
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
ssimpson@vu15:~/tmp/AuthCodes/Common$ (echo new first line; cat VCommon.h) > ,VCommon.h; mv ,VCommon.h VCommon.h
ssimpson@vu15:~/tmp/AuthCodes/Common$ head -7 VCommon.h
new first line
First line of file
/* $Id$ */
/* $LastChangedDate$ */
/* $Date$ */
/* $foo$ */
Sixth line of file
ssimpson@vu15:~/tmp/AuthCodes/Common$ svn commit VCommon.h -m 'new checkin'
Sending        VCommon.h
Transmitting file data .
Committed revision 4.
ssimpson@vu15:~/tmp/AuthCodes/Common$ head -7 VCommon.h
new first line
First line of file
/* $Id$ */
/* $LastChangedDate$ */
/* $Date$ */
/* $foo$ */
Sixth line of file

--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Wed Apr 20 15:54:14 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.