Adrian Wilkins | 30 Apr 2009 19:59
Picon
Gravatar

Re: Bug: Wildcards are not expanded correctly on, Win32

> From: Benny Siegert <bsiegert <at> gmail.com>
> Subject: Re: [svk-devel] Bug: Wildcards are not expanded correctly on
> 	Win32
> To: svk-devel <at> bestpractical.com
> Message-ID: <alpine.OSX.1.10.0904292111260.814 <at> lem>
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
> 
> On Tue, 28 Apr 2009, Chisel Wright wrote:
> 
>> On Tue, Apr 28, 2009 at 07:19:42PM +0200, Benny Siegert wrote:
>>>  	svk add *.c
>> I think this is a failing of the shell/command environment.
>>
>> As I understand it, it's the shell's responsibility to turn "*.c" into
>> file1.c, ... fileN.c
> 
> This is different between Unix-like systems and Win32, I think. On Win32, 
> it is the responsibility of the application to expand the wildcards.
> 
> --Benny.

I use powershell and I get around this by doing things like

svk add (ls *.c)

_______________________________________________
svk-devel mailing list
svk-devel <at> bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel

(Continue reading)


Gmane