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

Re: disregarding svn:global-ignores

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 7 Nov 2012 14:00:33 +0200

Stefan Sperling wrote on Wed, Nov 07, 2012 at 11:48:59 +0100:
> On Wed, Nov 07, 2012 at 09:40:48AM +0100, Johan Corveleyn wrote:
> > I haven't tested, but wouldn't something like 'svn add --config-option
> > config:miscellany:enable-auto-props=no' do something like that?
>
> Nobody wants to type that! :)
>
> And you realise the --no-auto-props option already exists in 1.7?

Is it equivalent, though? --config-option would change the svn_config_t
in the client ctx, but for all I know --no-auto-props might map to an
svn_boolean_t argument to some client API.

i.e., maybe --no-auto-props would work and --config-option wouldn't...

> It's reasonable to make this existing option override the svn:auto-props
> property, just like --no-ignores overrides the svn:ignore property.
Received on 2012-11-07 13:01:13 CET

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.