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

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

From: Stefan Fuhrmann <eqfox_at_web.de>
Date: Fri, 04 Feb 2011 11:52:56 +0100

On 04.02.2011 09:08, Neil Bird wrote:
> Around about 03/02/11 17:01, Stefan Sperling typed ...
>>> * subversion/libsvn_subr/io.c
>>> svn_io_open_unique_file3: don't call svn_io_open_uniquely_named(),
>>> but instead use a copy of that routine
>> Which routine, precisely?
>
> svn_io_open_uniquely_named(); sorry, I thought that was clear enough.

I had a similar patch in place on the performance branch.
Due to changes in the calling functions, the extra randomization
has now become unnecessary.
>
>> Have you taken a look at the implementation of
>> svn_io_open_unique_file3()
>> in Subversion's trunk code?
>

> Yes, and in fact that was what I initially tried, but (with
> admittedly little effort) it wouldn't compile for several reasons that
> seemed to be down to other API changes that weren't in 1.6.x (apr ones
> IIRC).
>
> I'll give it another bash, though , if you think it's worth it.
>
Definitely. It contains quite a number of file access
optimizations that should become best visible on
"high overhead" FS like NTFS.

-- Stefan^2.
Received on 2011-02-04 11:53:37 CET

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.