[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: B. Smith-Mannschott <benpsm_at_gmail.com>
Date: 2007-02-26 21:00:58 CET

On Feb 26, 2007, at 13:48, 1984seb@web.de wrote:

> Hi,
>
> 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.

svnadmin dump includes the *full text* (not just the changes) of each
revision by default. This means a lot of duplicated information. To
prevent this use the --deltas option:

svnadmin dump REPOS_PATH --deltas

(The default dump format is independent of any details of the svn's
delta format, so it should be portable across svn versions even if
that changed.)

// Ben

---------------------------------------------------------------------
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:01:44 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.