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

Re: Why such performance gap between checkout and export?

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2007-08-10 17:59:43 CEST

Les Mikesell wrote:
...
>>> svn checkout svn://localhost/... -> 91s
>>> svn export svn://localhost/... -> 28s
...
> Considering that the meta data includes a complete extra copy of the
> files as checked out, that shouldn't be surprising.

On checkout, every file has to be read once and written twice.
On export, every file has to be read once and written once.
So in the above example, I'd expect the checkout time to be
about 40s, not 90s.

Is there really anything that would justify a factor of 3?

Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 10 17:58:40 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.