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

Re: What is the status of issue #2151?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-01-30 18:55:43 CET

On 1/29/06, Kazutoshi Satoda <k_satoda@f2.dion.ne.jp> wrote:
> I have encountered issue #2151 using client/server 1.3.0.
>
> There is a patch from Jean-Marc Godbout for this issue in mail
> archives(http://svn.haxx.se/dev/archive-2005-09/0009.shtml).
> But the patch is not committed. So I downloaded the patch and tried to
> apply this patch to trunk. Then conflicts was occurred in
> libsvn_ra_dav/fetch.c, ra_dav.h. These conflicts are with r17067
> that speeded up non-verbose 'svn list'.
>
> The patch and r17067 is speeding up 'svn list' by avoiding to get
> all props at svn_ra_dav__get_dir(). The patch does that by adding new
> property 'deadprop_count'. r17067 did that by new argument
> 'dirent_fields', but did not address issue #2151.
>
> So what is the status of issue #2151 now? Was it resolved by r17067?
> If the patch is still effective, is there a chance to get improved
> 'svn list' in 1.3.x?

r17067 sped things up, but only for non-verbose list. The solution
proposed in issue 2151 would result in a smaller speedup, but would
work for verbose list as well as non-verbose list. It's simply
awaiting someone bringing it up to date with the recent changes and
doing the necessary work to get it committed (i.e. proving that it
improves things measurably without introducing any problems). Don't
know when it'll make it in, since at this point I don't know of anyone
actively working on it.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 30 18:56:40 2006

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.