[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: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-08-10 17:36:27 CEST

On Fri, Aug 10, 2007 at 03:30:32PM +0000, Marziou, Gael wrote:

Hi,

> I have setup a Windows server running SVN 1.4.4 + Apache 2.0.
> I run some tests locally on the server to avoid impact of network.
>
> svn checkout svn://localhost/... -> 91s
> svn export svn://localhost/... -> 28s
>
> The tests were run on a source tree of 2500 files / 50 MB.
>
> So, it seems that the client is doing a lot of additional things on a
> checkout but it seems to be much to me.

If you check out a repo, the client has to write all the meta data into
the .svn dirs.
This causes a lot of overhead, of course.

Rainer

---------------------------------------------------------------------
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:34:46 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.