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

Re: proposal: changelist feature

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-04-21 22:17:02 CEST

Justin Erenkrantz writes:
> On 4/20/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
> > Since all the entries are loaded while opening the working copy access baton,
> > which is done recursively, assuming the changelist nmae is stored in the
> > entryies file, enumerating the changelists would just be an in-memory
> > traversal over the tree.
>
> Do you mean that if we are in a large WC that we open and parse all
> descendent WCs dirs into memory and then perform ops on them?
>

That's how it works, yes. When opening a WC recursively, itis traversed
and to be able to open the children of a directory, the entries file
must be read. I don't know if it could be done lazily when we're not
locking the WC.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 21 22:17:35 2006

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.