<<< Date Index >>>     <<< Thread Index >>>

hg clone error



Hi.

I tried to clone the mutt repository (following the instructions at
dev.mutt.org), but got the following error:

    $ hg clone http://dev.mutt.org/hg/mutt
    destination directory: mutt
    requesting all changes
    adding changesets
    adding manifests
    adding file changes
    transaction abort!
    rollback completed
    abort: premature EOF reading chunk (got 18404 bytes, expected 24500)

This error happens both with Mercurial 1.0.1 and the latest 1.2.1. The
numbers vary, but the error always happens (a half-dozen times so far)
after some time spent downloading:

    abort: premature EOF reading chunk (got 13888 bytes, expected 20678)

There is no problem with my network connection. What am I doing wrong?

-- ams