On Tue Apr 27 13:58:39 EDT 2010, slawmas...@gmail.com wrote: > On Tue, Apr 27, 2010 at 1:54 PM, <j...@9srv.net> wrote: > > Nice work, but couldn't you just bind /n/sources/plan9/sys/src > > to the hg repo and push from there? > > > > That would almost certainly be slower than grabbing the ISO via HTTP > and getting the file tree locally.
it would be interesting to try. if hg can push in parallel, it could be competitive. fetching the iso, decompressing the iso, etc are not free. and you can't push anything until after step 2. talk about killer latency. - erik