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

Re: keywords not expanding

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-09-01 21:33:13 CEST

On 9/1/05, Kendall Shaw <queshaw@pacbell.net> wrote:
>
> Keywords in my files don't seem to get expanded. In my
> .subversion/config file I have:
>
> [auto-props]
> ...
> *.xsl=svn:keywords="Id Rev Author"
> ...

Try
*.xsl=svn:keywords=Id Rev Author

"Id is not a keyword and neither is Author", if you check, Rev is probably
expanded correctly. If you look at the actual value you'll see the quotes
are in the property, so it does not recognize them as valid keywords.
This is a common gotcha. Probably should make it a FAQ.

... snip ...

>
> Incidentally, can I specify not to set the svn:executable property in
> .subversion/config?
>

I believe it is set automatically if the file has executable permissions set
on it.
So no, but I'm not positive on that.

Josh
Received on Thu Sep 1 21:34:56 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.