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

Re: Huge number of rev files in in svn repository

From: Jon Smirl <jonsmirl_at_gmail.com>
Date: 2006-06-12 23:47:09 CEST

Another interesting tidbit.

Mozilla CVS is 3.0GB
Same repository in svn is 8.2GB
Same repository in git is 680MB

git does deltas and then compresses the deltas all into one giant
680MB file. New commits are stored in collections of single files
until the repository is packed again.

I suspect svn is large because it is using 450K files each of which
has a minimum allocation size in ext3. CVS only uses 117K files.
Packed git uses less than 5,000.

-- 
Jon Smirl
jonsmirl@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 12 23:49:03 2006

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

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