[darcs-users] Darcs with cygwin error - "realdarcs.exe: do_stat: does not exist (No such file or directory)"
zooko
zooko at zooko.com
Tue Apr 8 00:48:20 UTC 2008
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
More information about the darcs-users
mailing list