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

Re: Repository Size

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-26 21:28:13 CET

On Feb 26, 2007, at 06:48, Sebastian wrote:

> i've created a dumpfile from my cvs repository with cvs2svn.
> the size of the
>
> - dumpfile 64 MB
> - svn repository 6 MB
> - svn checkout folder 160 MB
>
> my question is: can that be or is there an issue? because the sizes
> are differing so much i cant believe that everything went
> right during the convertion.

Sebastian,

That sounds like it could be ok.

Like Ben said, the dumpfile includes each file, so it'll be big. But
the repository itself stores deltas, and compressed deltas at that, I
believe, so it should be much smaller, especially if you have many
tags or branches. In the repository, tags and branches are
implemented as cheap copies, so they don't take much space at all,
but in the dumpfile they do.

If you checked out your entire repository, including all tags and
branches (which would be an unusual thing to do, but possible), then
you would also get complete copies of each tag and branch, which
would take up space. And since Subversion stores two copies of each
file on disk -- once in a pristine form and once in a form that you
can edit -- that could explain why the checkout is so much bigger.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 26 21:29:00 2007

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.