I’ve been trying to do hg clone using an Sun Ultra 80 (450MHz) running
Solaris 10. It fails after 60 seconds precisely. I think the CPU is too slow
to successfully clone the repo in time before some kind of connection
timeout occurs. It seems I’m not the only one having this problem (see link
below). Any chance I can get this timer extended (web master), or maybe some
other useful suggestions on how to resolve this issue? I’m new to Mercurial,
and when I tried to doing a clone to revision 100, then doing:
hg pull -r 500
hg pull -r 750
hg pull -r 1000
…
to get it in parts that don’t timeout, but I ended up with a bunch of heads
with the suggestion that I merge them (eventually telling me that I had to
to continue), and I’m not sure what do with that exactly.