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

AW: Subclipse speeds

From: Lars Heineken <lars.heineken_at_diasemi.com>
Date: 2005-06-03 17:47:51 CEST

I can confirm those numbers, as we have several clients using Subclipes to manage very large projects (some of them are several gigabytes large).
Subversion's speed issue on network drives is related to its synchronous, 512 byte wise read/writes through the network. I tried a dozen things to speed this up but no luck. An interesting point though, working on a NFS mounted network drive is a lot faster !
I think I should finally report this to the subversion developer list, maybe they can do something about that small size of each read/write (only 512 bytes) ?

Regards,

Lars Heineken.

-----Ursprüngliche Nachricht-----
Von: Mark Phippard [mailto:MarkP@softlanding.com]
Gesendet: Freitag, 3. Juni 2005 17:07
An: users@subclipse.tigris.org
Betreff: Re: Subclipse speeds

Simon Whittaker <simon@swbh.net> wrote on 06/03/2005 10:51:33 AM:

> I have checked out a set of files (about 450MB worth with multiple
> folder depths etc) into a working directory which is situated on my
> development box (\\UNC\type\thing). The initial adding of the directory
> takes ~5 minutes which is the first problem, then I can edit the files
> without problems and all works very well. I then want to commit the
> files back to the repository and hit the team---->commit and it starts
> the commit process - this process can take upwards of 5 minutes again,
> during which time eclipse is unusable.
> I am really keen to be using subclipse and subversion but will not be
> able to without a significant increase in speed - is there anything I
> can try to improve the speed from my side or is it just that my file
> collection is too large to be a functional subclipse/subversion
repository?

Are you saying that your workspace is located on a network share? If so,
that is going to be the cause of your problems. Subversion supports this,
but the performance is generally not very good due to all of the disk I/O
Subversion performs.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sat Jun 4 01:47:51 2005

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

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