Re: Git vs Monotone

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jeff King <peff@...>, Craig L. Ching <cching@...>, Petr Baudis <pasky@...>, Stephen R. van den Berg <srb@...>
Cc: Git Mailinglist <git@...>
Date: Thursday, July 31, 2008 - 3:19 pm

On Thu, Jul 31, 2008 at 21:02, Jeff King <peff@peff.net> wrote:

Yeah, that's rather unfair indeed, counting that way he'd have to add
the 229MB for the Monotone db too ;).


I repacked with --depth=100 and --window=100, I tried out 500 at first
but it was just insanely slow (on a VM with one 2.4Ghz Core
available). This resulted in a .git dir of 76MB. With that dir I did
the following:
$mkdir pidgins
$git clone --no-hardlinks --bare pidgin pidgin-bare
$mv pidgin-bare pidgins
$cd pidgins
$for i in 1 2 3 4 5 6 7 8 9 10 11; do git clone pidgin-bare pidgin$i; done
$ du -sh .
742M    .

So... monotone, eat your heart out ;).

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Git vs Monotone, Sverre Rabbelier, (Thu Jul 31, 2:13 pm)
Re: Git vs Monotone, Sverre Rabbelier, (Fri Aug 1, 3:23 am)
Re: Git vs Monotone, Daniel Barkalow, (Fri Aug 1, 2:00 pm)
Re: Git vs Monotone, Theodore Tso, (Thu Jul 31, 3:24 pm)
Re: Git vs Monotone, Linus Torvalds, (Thu Jul 31, 3:17 pm)
RE: Git vs Monotone, Craig L. Ching, (Thu Jul 31, 3:28 pm)
RE: Git vs Monotone, Linus Torvalds, (Thu Jul 31, 3:52 pm)
RE: Git vs Monotone, Blum, Robert, (Thu Jul 31, 4:42 pm)
Re: Git vs Monotone, Robin Rosenberg, (Sun Aug 10, 6:15 pm)
Re: Git vs Monotone, Junio C Hamano, (Thu Jul 31, 4:24 pm)
Re: Git vs Monotone, Felipe Contreras, (Sat Aug 23, 3:23 pm)
Re: Git vs Monotone, Linus Torvalds, (Thu Jul 31, 4:30 pm)
Re: Git vs Monotone, Jeff King, (Thu Jul 31, 3:02 pm)
Re: Git vs Monotone, Sverre Rabbelier, (Thu Jul 31, 3:19 pm)
Re: Git vs Monotone, Jeff King, (Thu Jul 31, 4:32 pm)
RE: Git vs Monotone, Craig L. Ching, (Thu Jul 31, 3:11 pm)
Re: Git vs Monotone, Stephen R. van den Berg, (Thu Jul 31, 2:33 pm)
Re: Git vs Monotone, Petr Baudis, (Thu Jul 31, 2:52 pm)