Philip Martin wrote:
> Josh Pieper <jjp@pobox.com> writes:
> 
> > Ok, so instead of the suggested entries+changes approach mentioned in
> > 'entries-caching', I essentially just saved up the log-file until the
> > entire directory modification is done.  In order to let updates be
> > resumable, I had to add a pool cleanup handler that runs the
> > directory's log files when its pool is destroyed prematurely before
> > the entire update has completed.  Is this OK?
> 
> I don't know.  How does it handle sub-dirs?  Are you going to
> accumulate "pending" log files for the entire directory hierarchy?
There is one log-file per directory.  They are only kept around as
long as the editor has the directory open.  Since the editor is
depth-first, it should at most be the tip directory log file and those
of the parent paths down to the root.
-Josh
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 22 20:40:42 2004