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

Subversion keywords

From: Dave DeHaven <ddehaven_at_enrange.com>
Date: 2007-10-08 22:21:27 CEST

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
Received on Fri Oct 12 01:03:51 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.