Good tip zooko!

I've nailed the problem to a file with a non-ascii name. It seems that this
problem affects both the cygwin and non-cygwin darcs builds on windows.
Luckily for me this file was a temporary file that I didn't really care
about. BTW, it was a log file and hence should have been skipped by darcs as
it appeared in the boring list but I guess the error occurred earlier.

Thanks for the help on this.

Cheers,
Shmul

On Tue, Apr 8, 2008 at 3:48 AM, zooko <[EMAIL PROTECTED]> wrote:

>
> 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