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.