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

Re: svn:auto-props: property specified in a parent dir but not specified in a subdir

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 18 Oct 2016 11:35:22 +0000

Branko Čibej wrote on Tue, Oct 18, 2016 at 13:08:37 +0200:
> It is. I don't think there's any way we can /not/ make it backwards
> incompatible, given the current implementation. Which is why I think we
> should just admit that current behaviour is a bug.
>
> Either that, or introduce a new property that behaves sensibly.

Some IRC discussion lead us to svn_prop_name_is_valid(), which requires
that the first character of a property name be alphabetic or colon or
underscore.

Brane therefore proposes «*.txt == propname=propval» for the "override"
syntax, and keep «*.txt = propname=propval» for the "overlay" syntax.

This change would be backwards compatible: this syntax does not have
a meaning currently. 1.9 clients just ignore it.

We can bikeshed about finding a syntax that looks less like
a C comparison, of course. We can't use =: because property names can
start with a colon, we can't use := because filename patterns can end
with a colon, but any other option is open.
Received on 2016-10-18 13:37:20 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.