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

Re: Branching models

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-03-08 16:55:41 CET

Luiz Daniel Lapolla wrote:

>I'm aware of the performance issue for fetching an old revision in a
>dev-line whith lots of revisions.CVS has the same problem. Currently I'm
>using CVSNT and this issue is not a problem for us since almost all the
>ongoing work is very close to the head.
>
>

Subversion stores files as fully expanded versions, and as deltas
between the versions. It has a fancy algorithm internally so the maximum
number of deltas it needs to apply to get to a particular version
increases logarithmically with the number of versions stored. Basically,
retrieving an old version is pretty cheap.

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 16:55:53 2004

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.