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

keyword substitution does not work?

From: Thomas Beale <thomas_at_deepthought.com.au>
Date: 2005-07-27 00:29:06 CEST

Hi,

[platform = svn 1.2; server = debian; client = windows/TortoiseSVN 1.2.1]

I have svn:keywords set as follows in the config file on the client, for
each file extension where it makes sense:

*.c = svn:eol-style=native;svn:keywords="LastChangedDate
LastChangedRevision URL"

which is what the book says to use...

In the Windows explorer, Properties reports that it is indeed set to:

"LastChangedDate LastChangedRevision URL"

(quotes included).

What I see in files that have had their keywords substituted is the
following:

        file: "$URL$"
        revision: "$LastChangedRevision: 1 $"
        last_change: "$LastChangedDate$"

Here, only the LastChangedRevision has been substituted.

Ideas anyone?

- thomas beale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 00:34:36 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.