hg clone fails after "adding file changes"
Adrian Buehlmann
adrian at cadifra.com
Sat Aug 22 16:48:25 UTC 2009
On 22.08.2009 11:15, shampavman wrote:
> Hi all,
>
> #hg clone ssh://anon@hg.opensolaris.org/hg/onnv/onnv-gate
> requesting all changes
> adding all changes
> adding manifests
> adding file changes
>
> To reach this point was very quick but here after it took be about 4hrs
> and 197MB later all of a sudden the clone dies(or seems to).
> There is absolutely no network activity from the mercurial.
> I've tried this for the 2nd time and yet the same result..
>
> Can anyone please look into this?
>
hg --debug clone -r 100 <url> dest
cd dest
hg --debug pull -r 200
hg --debug pull -r 300
hg --debug pull -r 400
...
might be helpful in this case.
Like this, you can pull the changes in smaller batches and won't have to
wait that long to see an error.
'hg verify' between the pulls might be wise as well.
More information about the Mercurial
mailing list