Re: Wildcard bug? Or user error?

2018-09-06 Thread Branko Čibej
On 06.09.2018 16:22, Nathan Hartman wrote: > On Mon, Sep 3, 2018 at 6:31 PM Branko Čibej > wrote: > > These cases are, believe it or not, completely different. On your Mac, > the shell expands the wildcards. On Windows, Subversion is linked > with a >

Re: Wildcard bug? Or user error?

2018-09-06 Thread Nathan Hartman
On Mon, Sep 3, 2018 at 6:31 PM Branko Čibej wrote: > These cases are, believe it or not, completely different. On your Mac, > the shell expands the wildcards. On Windows, Subversion is linked with a > library that's shipped with Visual Studio (setargv.obj) that expands the > wildcards in the

Re: Wildcard bug? Or user error?

2018-09-03 Thread Nathan Hartman
On Mon, Sep 3, 2018 at 6:31 PM Branko Čibej wrote: > These cases are, believe it or not, completely different. On your Mac, > the shell expands the wildcards. On Windows, Subversion is linked with a > library that's shipped with Visual Studio (setargv.obj) that expands the > wildcards in the

Re: Wildcard bug? Or user error?

2018-09-03 Thread Branko Čibej
On 03.09.2018 22:30, Nathan Hartman wrote: > On Mon, Sep 3, 2018 at 11:10 AM Johan Corveleyn wrote: > >> On Sun, Sep 2, 2018 at 11:10 PM Nathan Hartman >> wrote: >>> I've encountered weirdness with wildcards several times today, so I >>> just tried in a clean freshly checked-out copy: >>> >>>

Re: Wildcard bug? Or user error?

2018-09-03 Thread Nathan Hartman
On Mon, Sep 3, 2018 at 11:10 AM Johan Corveleyn wrote: > On Sun, Sep 2, 2018 at 11:10 PM Nathan Hartman > wrote: > > I've encountered weirdness with wildcards several times today, so I > > just tried in a clean freshly checked-out copy: > > > > E:\workspace\processor>svn rm *.hconfig > > svn:

Re: Wildcard bug? Or user error?

2018-09-03 Thread Johan Corveleyn
On Sun, Sep 2, 2018 at 11:10 PM Nathan Hartman wrote: > > Has there been a recent change to how wildcards (the asterisk '*') is > treated under Windows? > > I am using command line client 1.10.2 r1835932 as installed with > TortoiseSVN 1.10.1, Build 28295 - 64 Bit , 2018/07/15 12:14:12, on >

Wildcard bug? Or user error?

2018-09-02 Thread Nathan Hartman
Has there been a recent change to how wildcards (the asterisk '*') is treated under Windows? I am using command line client 1.10.2 r1835932 as installed with TortoiseSVN 1.10.1, Build 28295 - 64 Bit , 2018/07/15 12:14:12, on Windows 10 Home 1803 build 17134.254. I've encountered weirdness with