Re: auto-props question
From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-14 02:26:18 CET
On Nov 13, 2006, at 10:09, Guillaume Membré wrote:
> I have setup a svn repos via http. I would like to setup the repos to
You misunderstand.
The server doesn't do it; the client does.
Those settings don't go in the server's svnserve.conf; they go in the
If you absolutely require certain files to have certain properties,
Additionally, the line
> *.* = svn:keywords="Id"
should instead be
*.* = svn:keywords=Id
(Do not surround the property value in quotes.)
or even better
* = svn:keywords=Id
(unless you really do want to exclude files whose names do not
---------------------------------------------------------------------
|
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.