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

RE: Feature requests for post 1.0

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2003-11-26 16:15:26 CET

Garret Rooney wrote:
> There is already a (not especially well documented) feature that lets
> you add rules in your config file that specifies what properties get
> added to files when they're added (like all files who's name
> match *.c
> get svn:keywords set to Id or something like that).

Could someone with more knowledge enlighten me?
Is it like this:
[miscellany]
enable-auto-props = yes
[auto-props]
*.cpp = svn:eol-style=native;svn:keywords author date rev url id

Or do I have to quote the keywords somehow:
[auto-props]
*.cpp = svn:eol-style=native;svn:keywords "author date rev url id"

I tried both ways, but I always end up with the message "At least one
property change failed; repository is unchanged"
If I just use:
*.cpp = svn:eol-style=native;svn:keywords

the svn:keywords property is set, but to a blank string, which is not really
what I want.

Another question. Does this only apply, when files are added or does
"update" set auto-props to new values, if they were changed?

Crossposting this to the users list, since this is really a usage question.

Cheers & thanks
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 16:16:17 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.