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

Re: Large Repositories - related to Re: Issuezilla #1350 -- update

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-11 22:31:04 CEST

mark benedetto king <mbk@lowlatency.com> writes:

> On Fri, Jul 11, 2003 at 03:06:20PM -0500, Ben Collins-Sussman wrote:
> >
> > The client parses the REPORT response -->
> > For each file,
> > PROPFIND depth 1, cache all file proplists
> > look in cache, GET
> > look in cache, GET
> > look in cache, GET
> > [...]
> >
>
> So, now that we have streamy propfind, doesn't it make sense to do:
>
> neon->send("PROPFIND depth 1")
> neon->streamily_parse_result(lambda file: neon->get(file))

Yes, I think that makes sense, rather than parsing the REPORT to find
out what files need to be fetched. At least when we know the
PROPFIND-depth-1 is caused by an <add-directory> tag in the report.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 22:32:56 2003

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.