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

Re: [DISCUSS] delete ra_neon

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 17 May 2012 09:45:15 -0400

On 05/17/2012 03:43 AM, Justin Erenkrantz wrote:
> Again, the outstanding optimization to do on the ra_serf side is to
> reduce the number of PROPFIND requests and make that not proportional
> to the number of files - most likely either to the number of
> directories or only when custom properties are set. -- justin

I've got a patch almost complete that:

1. teaches mod_dav_svn to send non-custom properties across the wire even in
skelta-mode, with a flag to say "Hey, there are some custom ones here, too!"

2. teaches ra_serf to assume that if the server is sending actual props
across the wire for a given file/dir, it shouldn't perform the PROPFIND
unless specifically told to do so by the server.

I was toying with this a couple of week's ago when I made the
"fetch-from-the-pristine-cache" changes. I'll polish it up and post ASAP.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Received on 2012-05-17 15:45:52 CEST

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.