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

Re: is enable-auto-props repository related setting ?

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-15 23:06:59 CEST

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

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.