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

Re: DAV is complicated and slow? (was Re: [svndiff1] Accept-Encoding in mod_dav_svn)

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2005-11-22 01:35:58 CET

On 11/21/05, Justin Erenkrantz <justin@erenkrantz.com> wrote:
> It probably
> *does* work today with httpd 2.2 (as SVN sends the L-M headers on GET).

Nope, subversion stopped using GET just before 1.0. The only commands
that issue GET are 'svn cat' and 'svn diff/merge'. Checkouts and
updates are a huge custom REPORT request.

So, if we really want to use pipelining and caching, we'd have to
switch back the old-styles of checkouts/updates.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 22 01:36:59 2005

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.