Re: Figured out how to get Mozilla into git
From: Linus Torvalds <torvalds@osdl.org>
Date: 2016-06-15 22:42:29
On Sat, 10 Jun 2006, Martin Langhoff wrote:
Now I don't know how much memory or time this took, but it clearly completed ok. And, it's now a single pack, weighting a grand total of 617MB
Ok, that's more than reasonable. That should be fairly easily mapped on a 32-bit architecture without any huge problems, even with some VM fragmentation going on. It might be borderline (and you definitely want a 3:1 VM user:kernel split), but considering that the original CVS archive was apparently 3GB, having a single 617M pack-file is still pretty damn good. That's like 20% of the original, with all the obvious distribution advantages. Clearly this whole thing _does_ show that we could improve the process of importing things from CVS a whole lot, and I assume your 617MB pack doesn't have the nice name/email translations so it needs to be fixed up, but it sounds like on the whole the core git design came through with shining colors, even if we may want to polish things up a bit ;) I'm downloading the thing right now. Linus