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