Re: 1.3.0 creating bigger packs than 1.2.3

From: Linus Torvalds <torvalds@osdl.org>
Date: 2006-04-21 00:47:45
On Thu, 20 Apr 2006, Shawn Pearce wrote:

> Apparently I have created a repository which v1.2.3 packs about 50%
> smaller than 'next' does:
> 
>   v1.2.3 (tag):
>    60M pack-7f766f5af5547554bacb28c0294bd562589dc5e7.pack
> 
>   1.2.3.gf3a4 (an older 'next'):
>   128M pack-7f766f5af5547554bacb28c0294bd562589dc5e7.pack
> 
>   1.3.0.rc4.g8060 (a fairly recent 'next'):
>   118M pack-7f766f5af5547554bacb28c0294bd562589dc5e7.pack
> 
> Repeated packing with 1.3.0.rc4.g8060 doesn't seem to change the
> size of the pack file, its pretty consistent at 118M.

First try "git repack -a -d f", where the "-f" is the magic one.

Without the -f, git repack will re-use old pack information, which is much 
much faster, but not as space-efficient.

If that doesn't help, it might be time to look at the actual repo, but try 
that first.

		Linus
-
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
Received on Fri Apr 21 00:48:27 2006

This archive was generated by hypermail 2.1.8 : 2006-04-21 00:48:52 EST