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

Re: Keyword expansion for $Log$

From: Guido Ostkamp <subversion_at_ostkamp.fastmail.fm>
Date: 2004-08-23 23:01:24 CEST

Hello,

On Mon, 23 Aug 2004, [ISO-8859-1] François Beausoleil wrote:
> The Subversion team believes this keyword is "evil". This particular
> keyword does not exist in Subversion.
>
> See svn help propset for the supported keywords.

unfortunately the important RCS keyword $Header$ is also not listed on
the output of this command.

$URL$ is missing the date, author, version info and
$Id$ is missing the full path (not really useful)

The only way to get the job done is a manual combination of

$URL$ $Author$ $Date$ $Rev$

Why is it that complicated when it could be so easy to have a $Header$ to
stay compatible to RCS and probably CVS?

Also the manual says you have to turn on propsets for each file like in

   svn propset svn:keywords "Id" file

to turn on expansion for "Id". Furthermore you seem to have to checkout
and checkin again to make this work, even if the file had a $Id$ label in
its text earlier.

Regards,

Guido

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 23 23:02:04 2004

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.