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

Re: ideas to make svn update faster.

From: Thomas Zander <zander_at_kde.org>
Date: 2005-05-08 16:35:50 CEST

On Sunday 08 May 2005 14:08, Philip Martin wrote:
> Philip Martin <philip@codematters.co.uk> writes:
> > What version of Subversion are you using? When I try "svn update" it
> > only opens each format file once:
> >
> > $ svn up -r5 . > /dev/null
> > $ strace -etrace=open svn up -r6 . 2>&1 | grep .svn/format
> > open(".svn/format", O_RDONLY) = 3
> > open("foo/.svn/format", O_RDONLY) = 3
> > open("foo/bar/.svn/format", O_RDONLY) = 3
>
> That result was for ra_svn, but I realise now that it's ra_dav that
> opens the format file multiple times. The problem is that the wcprops
> code is "old fashioned" and doesn't use access batons.

I actually used https, since the update is reading I'm pointing this out as
I'm not sure thats handled by dav..
I would appreciate it if you could make sure that this issue was addressed.
Thanks.

-- 
Thomas Zander

  • application/pgp-signature attachment: stored
Received on Sun May 8 16:37:07 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.