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

Re: SVN dumps much bigger than CVS repository

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2003-07-10 01:31:23 CEST

Branko Čibej wrote:
> Florian Schulze wrote:
>
>>The svn repository is even bigger, but there are indices and caches I
>>guess.
>
> And unuse BDB log files that you didn't delete, I'm sure.

But sometimes a svn repository is a lot larger. I converted a CVS
repository contraining only 2 files. Both files are uncompressed tar
files at around 2 MiB each. The repository has 90 revisions. The
relevant sizes are:

CVS repo: only 22 MiB.

Dump file generated by cvs2svn (0.24.2): 289 MiB

SVN repo including log files: 706 MiB [Remarkable but not relevant]

SVN repo with log files removed: 59 MiB

SVN repo with log files removed, compressed using gzip -9: 37 MiB

The SVN repository is almost three times the size of the CVS repository.
The main contribution is the strings db which is 58 MiB.

Is this normal? I though SVN would beat CVS, especially for binary files
such as these, not lose by a factor of three.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 01:32:16 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.