tech-repository archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: "hg clone https://anonhg.netbsd.org/src/" still aborts, but...



On 12/06/2020 09:38, Greg A. Woods wrote:
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] $

$ time hg clone https://anonhg.netbsd.org/src/
destination directory: src
applying clone bundle from https://cdn.NetBSD.org/_bundles/src/77d2a2ece3a06d837da45acd0fda80086ab4113c.zstd.hg
adding changesets
adding manifests
adding file changes
added 931876 changesets with 2425841 changes to 439702 files (+417 heads)
finished applying clone bundle
searching for changes
adding changesets
adding manifests
adding file changes
added 1288 changesets with 8523 changes to 5257 files (+1 heads)
new changesets 26c8f37631b6:57842fb6f75e
931876 local changesets published
updating to bookmark @ on branch trunk
172000 files updated, 0 files merged, 0 files removed, 0 files unresolved
     5073.54 real      1765.22 user       345.70 sys
$

Roy


Home | Main Index | Thread Index | Old Index