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

Re: Subversion branch deltification policy is more space-hungry than CVS

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-02 17:29:13 CEST

On Wed, 2004-06-02 at 06:36, Vincent Lefevre wrote:
> On 2004-05-29 12:49:57 -0400, Greg Hudson wrote:
> > This argument makes perfect sense, but it turns out to be wrong. It is
> > only when lines of development diverge that you get multiple plaintext
> > representations of a file, not simply when a new copy-ID is created.
> [...]
>
> OK. So, if I understand, files from the "trunk" are not necessarily
> represented as plaintext in the repository

Correct.

> , and a checkout of the trunk may take a long time.

Probably not, even if there is a great deal of this going on, because
skip-deltas kick in at 32 revs of a file, and prevent the need for
assembling more than O(lg(n)) deltas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 2 17:29:41 2004

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.