[darcs-users] 'darcs pull' gives 'Fail: does not exist'

David Roundy droundy at abridgegame.org
Fri Apr 18 11:48:18 UTC 2003


On Thu, Apr 17, 2003 at 04:27:01PM +0100, Philip Martin wrote:
> Philip Martin <philip at codematters.co.uk> writes:
> 
> Here's a similar error (yes, I am trying to break things)
> 
>   rm -rf foo1 foo2
>   mkdir foo1 foo2
>   cd foo1
>   darcs inittree
>   touch foo
>   darcs add foo
>   darcs record -a -m add_foo -A x
>   darcs remove foo
>   darcs record -a -m del_foo -A x
>   cd ../foo2
>   darcs inittree
>   darcs pull ../foo1

Thanks for the report! This (and the other similar one) are now fixed in
the repo.  I've also added (in the repo) a --all (or -a) flag to pull and
push which will save hitting 'a' interactively for this kind of a test.

As you might have guessed, I was removing/moving a file which hadn't yet
been created, so I just had to check for this situation.
-- 
David Roundy
http://www.abridgegame.org




More information about the darcs-users mailing list