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

Re: [Subclipse-users] Slowness when switching or branching

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 5 May 2008 18:26:17 -0400

On Mon, May 5, 2008 at 4:08 AM, Tom Walter <tom.walter_at_hitwise.com> wrote:
>
> I've been experimenting a little, and it does seem to be the refresh
> process which is slow. A refresh of the full project after updating the
> directories using the svn command line client takes a similar length of
> time.
>
> Would subclipse be able to speed this up by only instructing eclipse to
> refresh the files it knows were changed as a result of an
> update/switch/merge? Presumably a switch shouldn't require eclipse to
> rebuild the entire project?

We already do this for every file we receive Subversion notifications
for and had the same thought as you. See release 1.1.8. User's
quickly ran into problems like:

http://subclipse.tigris.org/issues/show_bug.cgi?id=579

And so we put it back. The problem is that Subversion modifies some
files that it does not send notifications for, and so we cannot know
to update them. The full refresh is the only answer we know of to
work reliably.

-- 
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-05-06 00:26:28 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.