Re: [RFC] svn propset should require 'force' to set unknown svn: propnames
From: Branko Čibej <brane_at_wandisco.com>
Date: Sat, 24 Nov 2012 12:33:01 +0100
On 23.11.2012 18:09, Branko Čibej wrote:
... so I've tightened up the prefix matching so that --force is required
* the prefix is exactly 3 letters long (propname[3] == ':');
If the prefix is exactly "svn:", then we'll require --force whenever the
These rule will trip on
svm:executable
but not on
svm:exemutable
I actually think the last case is a bit unfortunate, and would consider
svm:ixemutable
I'm also considering requiring --force if one tries to use a revision
And I think it would be a good idea /not/ to suggest a different
$ svn ps svn:barfoo x .
In this case the suggestion is clearly bogus.
-- Brane
-- Branko Čibej Director of Subversion | WANdisco | www.wandisco.comReceived on 2012-11-24 12:33:39 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.