On 03/19/2014 11:12 AM, Bert Huijben wrote:
> Just to name a few: to set our binary properties, which we documented to just
> allow '*'
>
> svn:needs-lock
> svn:executable
This is a kinda soft one, since we automatically normalize the values of
these properties:
$ svn pset svn:executable '' iota
property 'svn:executable' set on 'iota'
svn: warning: W125005: To turn off the svn:executable property, use 'svn
propdel';
setting the property to '' will not turn it off.
$ svn plist -vR
Properties on 'iota':
svn:executable
*
$
> Or
> svn ci -m "* STATUS: something"
> this example doesn't match anything as ':' is invalid, but this invocation
> does trigger the glob handling.
This is a *better* case, but preeeeeeetty edge-casey still as arguments go.
-- Mike (who began his Subversion career as a Windows development)