> -----Original Message-----
> From: Branko Čibej [mailto:[email protected]]
> Sent: woensdag 19 maart 2014 15:50
> To: Bert Huijben; 'C. Michael Pilato'; [email protected]
> Subject: Re: r1577170 - remove wildcard handling from some .exe's on
> Windows
>
> On 19.03.2014 14:59, Bert Huijben wrote:
> >
> > The problem is that you can’t quote…
> >
> >
> >
> > So while from python you can pass ‘*’ as an argument on unix, you
> > can’t do this on Windows…
> >
>
> And when, pray tell, do you ever have to pass a literal asterisk as an
> argument to Subversion? Give me one example.
Just to name a few: to set our binary properties, which we documented to just
allow '*'
svn:needs-lock
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.
Bert