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

Re: 'svn ls' slow over ra_dav

From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2005-07-17 10:36:12 CEST

Jean-Marc Godbout wrote:
> Hi,
>
> I am currently attempting to fix some of the performance issues with svn
> access over ra_dav. The two relevant bugs I am looking into are:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=2151
> ...

Some thoughts:

RFC2518bis includes a PROPFIND variant that allows getting specific
(named) live properties plus all dead properties. This may be as useful
as the variant proposed by Greg, and would be a standards-based approach
(see
<http://tools.ietf.org/tools/rfcmarkup/rfcmarkup.cgi?url=http://tools.ietf.org/wg/webdav/draft-ietf-webdav-rfc2518bis/draft-ietf-webdav-rfc2518bis-06.txt#section-13.25>).

RFC3253 has the mandatory DAV:expand-property REPORT which may be used
to avoid issueing additional PROPFIND requests to resources that appear
as DAV:href elements on the base resource.

Best regards, Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 17 10: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.