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

Re: PATCH: Perform multi-file operations in sorted order

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-02 18:12:13 CEST

On Wed, 2004-06-02 at 09:41, Mark Benedetto King wrote:
> I think well-ordered reporters could eventually give us streamy tree
> compares. That would be something.

The report is already guaranteed to be in depth-first order. Since
we're historically willing to store whole directories in memory, that's
enough to avoid storing the entire report on the server (currently into
a temporary file) if we could start driving the editor before the report
is finished. But that would require some serious protocol engineering,
both in ra_dav and ra_svn.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 2 18:13:04 2004

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.