Hi,

I'm not sure if this is a bug or feature, so I'm posting it here in case
it's the later..

darcs get http://code.haskell.org/haddock
# now we have n patches (let's mark '1' the oldest one)
zcat 
_darcs/patches/20081115225845-a762e-a282428d9895bd069958a4e44dc8a620a3542775.gz
# this will work fine, it's actually the (n-2)th patch in the repo
darcs unpull -a --last=3
# now we have n-3 patches
darcs pull -a
# I would think now we have the state after get, but it's not true:
$ zcat
_darcs/patches/20081115225845-a762e-a282428d9895bd069958a4e44dc8a620a3542775.gz
>/dev/null

gzip:
_darcs/patches/20081115225845-a762e-a282428d9895bd069958a4e44dc8a620a3542775.gz:
invalid compressed data--crc error

Is this expected?

Thanks.

Attachment: pgpbrbSOONsRM.pgp
Description: PGP signature

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

Reply via email to