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

RE: Eliminating the text-base penalty

From: Jon Watte <hplus_at_mindcontrol.org>
Date: 2002-09-29 02:33:04 CEST

> > more convenient for programmers in small to medium sized projects, and
> > the transition is just one of many you have to go through in
> order to be
> > able to work on a larger scale.

> I think you have your models reversed. A reserved checkout model has
> horrible scaling problems - people end up tripping over themselves
> because they are doing parallel development. User K in Chicago

I said nothing about "reserved". I said "telling the system what you're
editing". When the system has to stat 20,000 files to figure out what
changed, that can take 10 minutes on typical Windows file systems. If
the system already has a list of the files that you have changed, because
you told the system, then it's instantaneous.

> Reserved checkouts may make more sense in smaller projects (where

I am not advocating reserved check-outs. Indeed, I'm advocating something
which could (should!) be implemented solely using client-side state, to
greatly accelerate operations that need to know which files have been
changed.

Cheers,

                                / h+

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 29 02:35:06 2002

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.