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

Re: Subversion keywords

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-12 01:12:54 CEST

On Oct 8, 2007, at 15:21, Dave DeHaven wrote:

> If I have the following entry in config under [auto-props]
>
>
>
> *.c = svn:keywords = "Date Rev Author Id HeadURL"
>
>
>
> then the 1st and last entries are not keyword substituted. They do
> get listed with a
>
>
>
> svn proplist –v *.c”
>
>
>
> command. If I change the config entry to
>
>
>
> *.c = svn:keywords = "Date Date Rev Author Id HeadURL HeadURL"
>
>
>
> then the repeated values get listed also with the
>
>
>
> svn proplist –v *.c
>
>
>
> command, and now keyword substitution works. I haven’t run tests to
> see if this is a config file problem or a problem with properties.
>
>
>
> The Subversion version is 1.4.5

You're not supposed to use quotes. Put this in your config entry:

*.c = svn:keywords=Date Rev Author Id HeadURL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 12 01:15:50 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.