[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Simple repository size experiment

From: Branko ÄŒibej <brane_at_xbc.nu>
Date: 2003-07-14 14:28:18 CEST

Tobias Ringström wrote:

> For another (real) repository of mine, the compressed dump file is
> *smaller* than the compressed repository. I mentioned that on this
> list a long time ago, and "everyone" just figured that I must have a
> very strange repository since the vdelta is supposed to be soo great.
> I wish I could see that. The propaganda (lacking a better word, sorry)
> has been soo successful that I'm still very surprised every time I see
> that a subversion repository becomes larger than the CVS equivalent. :-)

Then we have to figure out why that happens. vdelta definitely won't be
very god at compressing differences between binary file types that are
already compressed -- that includes ZIP file, JAR files and many image
types (GIF, PNG, JPEG come to mind, TIFF can be LZW compressed, etc.).
It's possible that, for these kinds of files, we should always store the
fulltext.

-- 
Brane ÄŒibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 14 14:31:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.