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

Re: Re: Antwort: Re: Problem using subversion on a large repository

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 27 Oct 2008 08:38:23 -0400

On Mon, Oct 27, 2008 at 6:14 AM, <Andreas.Otto_at_versit.de> wrote:

> this is from the svnbook the text from below descripes my
> experience very good
>
> one single revision dump took ~1day creating a ~80G gzip 9 dump from
> a 7 G repository
>
> P.S. the --deltas option does not count because I took ony one
> single revison -> no history
>
> the creat problem is creating tags with svn copy
>
>
> just to be clear one single file in different repository trees
> created by svn copy will be
> dumped for every tree with full-text
>
> in my count, 5G head tree x ~200 tags -> 1TB dump ....for one single
> revison

This is not true as I explained before. For copies the dump file will
only contain a reference to the copy. What the book is describing is
a more simple scenario. Say you add and commit a file and then make a
small change and commit again. In the repository, only the delta will
be stored for the second revision, but in the dump file it will dump
the full text of both revisions. However, for copies it will only
dump the reference to the copy.

Why don't you just create a simple small repository and test it?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-27 13:38:44 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.