On Jul 15, 2006, at 22:25, Martin Minka wrote:
> I am running svnserve on XP.
> I have 2 repositories A and B.
> I want to allowe auto-props on repository A and not on B.
>
> If I change setting enable-auto-props to yes in C:\Documents and
> Settings\YourUserName\Application Data\Subversion\config it works,
> but on
> booth repositories.
> If I set the enable-auto-props to yes only in \conf\svnserve.conf
> file of
> repository A it is not working.
>
> Is enable-auto-props client related or did I some mistake in
> \conf\svnserve.conf of repository A ?
It's only a client-side setting.
If you want to use a different client-side config for repository A
than for B, you'll need to use the "--config-dir" option to point to
that alternative config file, for every svn command you issue against
that repository. Not great, but I think that's how it is right now.
You might be able to automate it with a client-side wrapper around
svn which adds the --config-dir parameter when necessary.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 15 23:08:12 2006