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

Re: svn commit: rev 4319 - in trunk/subversion: include libsvn_wc libsvn_subr libsvn_client

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-10 05:17:17 CET

philip@tigris.org writes:

> Author: philip
> Date: 2003-01-09 21:48:18 -0600 (Thu, 09 Jan 2003)
> New Revision: 4319
>
> Modified:
> trunk/subversion/include/svn_io.h
> trunk/subversion/libsvn_client/switch.c
> trunk/subversion/libsvn_subr/io.c
> trunk/subversion/libsvn_wc/props.c
> Log:
> Fix issue 1071. Use APR_BUFFERED on all files opened with
> svn_io_open_unique_file. Also use APR_BUFFERED when writing
> property hashes.

This reduces the number of OS writes to the working copy, particularly
when svn:keywords, svn:eol-style or ra_dav are in use. It's difficult
to quantify as it seems to depend very much on the hardware, some of
my tests show small improvements, others show dramatic (75%) reduction
in CPU usage. It will be interesting to see what change, if any,
others see.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 10 05:18:01 2003

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.