[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-11 20:10:02 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> In this specific case, the report response should begin with an
> <add-dir> containing 1000 <add-file> tags. When the client parses the
> the <add-dir>, it issues a depth-1 PROPFIND to get the props of all
> 1000 children. The old mod_dav used to build a huge response to this,
> but now it streams instead.

My httpd access_log shows a PROPFIND for the trunk dir and then a
whole load of GETs for the files. There is a 3 minute gap between the
PROPFIND and the GET.

127.0.0.1 - - [11/Jul/2003:19:00:15 +0100] "PROPFIND /tests/repostress HTTP/1.1"
 207 583
127.0.0.1 - - [11/Jul/2003:19:00:18 +0100] "PROPFIND /tests/repostress/!svn/bc/1
/trunk HTTP/1.1" 207 982388
127.0.0.1 - - [11/Jul/2003:19:03:20 +0100] "GET /tests/repostress/!svn/ver/1/tru
nk/foo10 HTTP/1.1" 200 50
127.0.0.1 - - [11/Jul/2003:19:03:20 +0100] "GET /tests/repostress/!svn/ver/1/tru
nk/foo11 HTTP/1.1" 200 50
127.0.0.1 - - [11/Jul/2003:19:03:20 +0100] "GET /tests/repostress/!svn/ver/1/tru
nk/foo12 HTTP/1.1" 200 50
127.0.0.1 - - [11/Jul/2003:19:03:20 +0100] "GET /tests/repostress/!svn/ver/1/tru
nk/foo13 HTTP/1.1" 200 50
127.0.0.1 - - [11/Jul/2003:19:03:20 +0100] "GET /tests/repostress/!svn/ver/1/tru
nk/foo14 HTTP/1.1" 200 50
127.0.0.1 - - [11/Jul/2003:19:03:20 +0100] "GET /tests/repostress/!svn/ver/1/tru
nk/foo15 HTTP/1.1" 200 50

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 20:11:30 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.