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

Re: [Subclipse-users] Eclipse + Subclipse - 3500 files - file save very slow

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 14 Apr 2008 08:42:26 -0400

On Mon, Apr 14, 2008 at 6:19 AM, Christopher Lang
<christopher.lang_at_acurana.de> wrote:

> When subclipse is active file save is very slow. It takes about 2-5 sec. on
> every file save.
>
> Is there a workaround, like for example a setting which disables subclipse
> file tree update on every file save?

That does not sound normal. I can think of a couple things to try.

1) Do Team > Cleanup on the project. Subversion stores the file
date/time in its metadata. If all of your files had their date/time
modified, but not their content, then this will cause Subversion to do
full byte by byte comparisons on each file which will make the process
take longer. Among the things that Cleanup does, is updating this
metadata with the current date/time stamp. The command does not
produce any output. Just run it and then edit and save a file to see
if there is a difference. Doing an Eclipse refresh of the project
after you run Cleanup would not be a bad idea either.

2) Do you have hundreds or thousands of files in the same folder.
Perhaps your C build output is also in the same folder as the source?
If this is the case, then it might be taking Subversion an unusually
long time to refresh the status on the file.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-04-14 14:42:38 CEST

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.