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

Re: Repository size and dump size

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 28 Feb 2008 09:40:50 -0500

On Thu, Feb 28, 2008 at 9:37 AM, ikami <ikamig_at_yahoo.com.br> wrote:
>
> Hello,
> I have a repository with 1.3G size. To see this I execute the command "du
> -hs /path/to/my/repository".
> I'm making the backup with the command "svnadmin dump". The problem is that
> the output of the command is a dump file with 2.1G.
> Why is it happen?

Your repository stores each revision as a difference against the
previous revision (in most cases, anyway; the skip-delta algorithm
will sometimes make a revision a "full" copy). The dumpfile contains a
full copy of each file at each revision.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-28 15:41:14 CET

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.