On 22.07.2017 19:49, Jörg Knobloch wrote:
On 22/07/2017 21:42, Enrico Weigelt, metux IT consult wrote:
Even hg clone runs for hours.

Best to use a bundle:

https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Mercurial/Bundles

according to hg output, it already uses them.

(devuan)nekrad@orion:~/src/thunderbird/hg$ hg clone https://hg.mozilla.org/releases/mozilla-esr52/
destination directory: mozilla-esr52
applying clone bundle from https://hg.cdn.mozilla.net/releases/mozilla-esr52/5dd82ab194b9f8c82b94cbf20e2dc5f1975b2788.gzip-v2.hg
adding changesets
adding manifests adding file changes files [============================================================================> ] 200892/269670 14m50s

Same for git side. But the bottleneck seems to be importing the bundle
into local repo (git import is magnitudes slower, probably because it
has to process rev by rev).

--mtx

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to