On Apr 7, 2008, at 8:10 AM, Shmulik Regev wrote:
> I'm trying to run darcs with Cygwin (the standard 1.0.9 binary  
> distribution) but alas I'm unable to recursively add files/ 
> directories. This is what I get
>
> $ darcs add -r *
> realdarcs.exe: do_stat: does not exist (No such file or directory)

The bash shell expands this to

$ darcs add -r foo bar baz quux

before the darcs executable sees it.  Maybe if you write "darcs add - 
r foo bar baz quux" yourself instead of writing "darcs add -r *" then  
you can manipulate the set of files on the command-line in order to  
learn more about the problem.

Please write back to this list with what you find.

Regards,

Zooko

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to