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

Re: Fresh checkout vs 'svn upgrade': How good is good enough?

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Sat, 18 Jun 2011 18:48:00 +0400

On Sat, Jun 18, 2011 at 17:30, Bert Huijben <bert_at_qqmail.nl> wrote:
> This assumes creating many tempfiles is cheaper then updating/reading
> the db. On Windows that is certainly not the case.
>
Creating many tempfiles are expensive because APR/Subversion doesn't
pass special flag (FILE_ATTRIBUTE_TEMPORARY) to CreateFile Windows API
function call. Sqlite uses this flag and performance is much better.

-- 
Ivan Zhakov
Received on 2011-06-18 16:48:55 CEST

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.