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