[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-05 17:13:11 CET

On Fri, 2004-03-05 at 09:48, Luiz Daniel Lapolla wrote:

> Can subversion cheap copies cope with all this branching without loosing
> (too much) performance?

When you branch in subversion, all you're doing is duplicating a single
directory node. It's like making a hard-link. That's why it's O(1)
time. When you start changing things underneath the branch-copy, then
new nodes start getting generated "just in time"... any unchanged nodes
are still shared between the two trees.

So make as many copies as you want. Is has nothing to do with
performance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 5 17:18:36 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.