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

Re: r1577170 - remove wildcard handling from some .exe's on Windows

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Wed, 19 Mar 2014 11:26:33 -0400

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)
Received on 2014-03-19 16:27:14 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.