At Fri, 12 Jun 2020 00:26:26 -0700, "Greg A. Woods" <woods%planix.ca@localhost> wrote:
Subject: Re: "hg clone https://anonhg.netbsd.org/src/" still aborts, but...
I'll now fire up a new "git clone" next for a more up-to-date
comparison. There will be another rsync && cvs start during this, just
to be fair. :-)
And it's done. The whole "git clone" completed far faster than just the
last "hg checkout trunk" step (i.e. in just under 1.5hrs, 36mins faster
than the HG checkout alone, and 3.5hrs faster than the whole "hg clone"):
00:01 [685] $ time git clone https://github.com/NetBSD/src g-NetBSD-src-test
Cloning into 'g-NetBSD-src-test'...
remote: Enumerating objects: 1274, done.
remote: Counting objects: 100% (1274/1274), done.
remote: Compressing objects: 100% (875/875), done.
remote: Total 5117234 (delta 642), reused 675 (delta 396), pack-reused 5115960
Receiving objects: 100% (5117234/5117234), 1.87 GiB | 2.42 MiB/s, done.
Resolving deltas: 100% (3876350/3876350), done.
Checking out files: 100% (171999/171999), done.
5061.00s real 510.15s user 409.84s system
01:26 [686] $