[svk-devel] Bug: Wildcards are not expanded correctly on Win32

Chisel Wright chisel at herlpacker.co.uk
Tue Apr 28 15:51:20 EDT 2009


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, resulting in an executed command like:

  svk add file1.c file2.c ... fileN.c

svk itself just processes the list of arguments passed to it after the
"add" command.

Chisel
-- 
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/

  Pedantry is a hugely underrated attribute.


More information about the svk-devel mailing list