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