In data giovedì 01 aprile 2010 21:13:20, Frank Ch. Eigler ha scritto: > > The mercurial mirror of the gcc repository, at > > http://gcc.gnu.org/hg/gcc has been broken [...] > > Or rather, it has gotten stale. I started up update process that > should, very very slowly, let it catch up with the present day. If > that completes in reasonable time, maybe I'll keep it running. I seem > to recall that the reason it was turned off was because the time neeed > to update the hg repository (via hgpullsvn) was longer than the mean > time between checkins into the svn repository. If that's true and > unfixable, that's madness.
I dont know what hgpullsvn is (a script of yours?). But a typical mirror is pretty fast to sync, especially if both repositories are local (same hard disk or at least same computer). The initial import can take some time, mainly because of svn (not hg). I have a local mirror here (only for gcc trunk, and only starting at rev 156000) and a warm sync (just after a sync was done, there's nothing to actually sync, this measures the overhead) takes 0.628u 0.164s 0:07.48 I think 99% of this is spent in network communication between my computer and gcc svn server. ++ Thomas