size of snapshot archive

Hello glasgow-haskell-users, i'm tried to download newer snapshot of 6.6 and found that now it's 74 mb! why it is so large and why it's so enlarged after 6.6 release? isn't it possible to reduce size of this package? -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

On 2/18/07, Bulat Ziganshin
Hello glasgow-haskell-users,
i'm tried to download newer snapshot of 6.6 and found that now it's 74 mb! why it is so large and why it's so enlarged after 6.6 release? isn't it possible to reduce size of this package?
Does this include darcs version info? I've noticed that darcs generates suspiciously large quantities of "context" info for very small patches (e.g. ~7000 lines of "context" for a ~700 line patch) -- for what I've seen so far, the "context" section might be growing linearly with the file's history. For what it's worth, I've got a "partial" tree that is ~64M in size, of which version info is about 60%, and current source is about 40%. Cheers, Dinko

On Sun, Feb 18, 2007 at 10:19:05PM +0200, Dinko Tenev wrote:
On 2/18/07, Bulat Ziganshin
wrote: Hello glasgow-haskell-users,
i'm tried to download newer snapshot of 6.6 and found that now it's 74 mb! why it is so large and why it's so enlarged after 6.6 release? isn't it possible to reduce size of this package?
Does this include darcs version info? I've noticed that darcs generates suspiciously large quantities of "context" info for very small patches (e.g. ~7000 lines of "context" for a ~700 line patch) -- for what I've seen so far, the "context" section might be growing linearly with the file's history.
Darcs send packs data much tighter than darcs itself does, and the results are highly compressable. I have a HEAD tree, obtained with "./darcs-all --extra get --complete" (you're not misreading that); darcs sending everything (incl. subrepositoried) into an empty repo, and 7zipping the patch bundles, produces a single 28mbyte file containing the entire history of ghc+extralibs. (I still have the file but can't share - 10mb webhost quota)

Hello Stefan, Sunday, February 18, 2007, 11:29:16 PM, you wrote:
74 mb!
a single 28mbyte file containing the entire history of ghc+extralibs. (I still have the file but can't share - 10mb webhost quota)
thank you. as my friend said, this archive just includes itself as second copy :) i'm using him as compressing proxy :)) hope that Ian will see at this -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

Bulat Ziganshin wrote:
Hello Stefan,
Sunday, February 18, 2007, 11:29:16 PM, you wrote:
74 mb!
a single 28mbyte file containing the entire history of ghc+extralibs. (I still have the file but can't share - 10mb webhost quota)
thank you. as my friend said, this archive just includes itself as second copy :) i'm using him as compressing proxy :))
hope that Ian will see at this
The binary distribution building was tweaked to make it easier to use from BuildBot, unfortunately we broke the old nightly build scripts at the same time. I've fixed it up locally, but the Windows distribution may lag a little. Please bear with us a bit while we sort out some teething troubles with BuildBot... Cheers, Simon
participants (4)
-
Bulat Ziganshin
-
Dinko Tenev
-
Simon Marlow
-
Stefan O'Rear