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

Re: [PATCH] add 'svn:use-commit-times' property

From: Ben Reser <ben_at_reser.org>
Date: Thu, 1 Aug 2013 00:26:09 -0700

On Wed, Jul 31, 2013 at 11:19 PM, Markus Schaber <m.schaber_at_codesys.com> wrote:
> Using another property is not compatible with inheritance, as it will be difficult to override the setting again in deeper nested directories.
>
> What about disabling the feature when the property contains the test "false"?

+1

Inheritable properties need to behave more like the boolean support in
our config rather than the existing property boolean support. I.E.
explicit true and false values with a default value if a value isn't
specified.

I think it'd be best to introduce this new style of boolean property
only to new svn: properties that we add. Leave the existing ones as
empty or "*" (actually any value but it's folded to "*" by our
client). This avoids any breakage with existing users, though I
really don't expect that anyone would set the value to "false"
expecting it to be treated as true.
Received on 2013-08-01 09:26:53 CEST

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.