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

RE: RE: Feature requests for post 1.0

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2003-11-26 16:22:44 CET

Hi,

perhaps the following works? (untried)

[auto-props]
*.cpp = svn:eol-style=native;svn:keywords=author date rev url id

or:
[auto-props]
*.cpp = svn:eol-style=native;svn:keywords="author date rev url id"

(Notice the addition of an extra '=' sign which was not in your mail)

regards,

--Tim

-----Original Message-----
From: Lübbe Onken [mailto:l.onken@rac.de]
Sent: woensdag 26 november 2003 16:15

[...]

[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

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

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.