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

Re: Why is subversion so slow?

From: Thomas Lohmueller <thomas_at_lohmueller.ch>
Date: 2003-04-09 22:13:55 CEST

On Wednesday 09 April 2003 14:42, dimentiy@dimentiy.info wrote:
> About speed... yes, svn's checkout operation is slow :(
> But "svn update" command, for example - much faster.
>
> At first glance , svn's slowdown corresponds to download/upload _files_,
> not metadata.
>

I also think that.... Checkout of same projact as in my first
mail. This time over a slow line (~64kb/s)

svn: 6m33.164s (over http)
svn: 5m19.210s (ra_svn over compressed ssh-connection)
cvs: 1m1.027s (over compressed ssh-connection)

svn over http should be also compressed. neon and svn are
both linked against
libz.

The problem is neither client nor server disk-io. It looks like subversion
sends much more data over the wire.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 22:14:48 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.