You might try giving Eclipse more memory (with Eclipse.ini) to see if it
helps at all. If the bottle neck is the file writing as Mark suggested,
you might be limited to improving the hard drive where your workspace is
located. Since hard drives are relatively inexpensive, you might look
for one with a better speed (seek time?) or potentially one with more on
board caching. If your workspace is a mapped drive or a symlink, even
though you'll lose automatic backup, consider using a local hard drive
instead to remove network latency from the picture, and set up some
other means for backups.
-----Original Message-----
From: Mark Phippard [mailto:markphip_at_gmail.com]
Sent: Thursday, September 11, 2008 8:57 AM
To: users_at_subclipse.tigris.org
Subject: Re: [Subclipse-users] Eclipse / Subclipse File Save Slow
This sounds like what I would expect based on the way Subversion works.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-09-11 19:01:54 CEST