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

Re: Speed during import - locating the bottleneck

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-09 14:42:20 CET

On Mar 9, 2005, at 5:40 AM, DJockheck@gauselmann.de wrote:

> Hi,
>
> I've noticed that the import of projects seems to be very very slow.
> The
> initial import of an 100 MB Binary file lasts about 5 Minutes -> 20 MB
> per
> Minute.
>
> Now I would like to locate the bottleneck. Any ideas howto locate
> this. I
> don'nt want to setup several servers...
>

The svn client unconditionally sends binary diffs to the server, even
when adding new files. So you're not seeing a pure file transfer here;
  it's taking longer for the client to compress the data and the server
to uncompress.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 9 14:44:52 2005

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.