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

Re: Re: [Subclipse-users] Connection Problems when comparing big directories

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-06-28 15:14:47 CEST

"Helmut Spengler" <helmut.spengler@gmx.net> wrote on 06/28/2006 07:08:33
AM:

> I noticed, that on a LAN, those errors are _more_ likely to happen,
where
> every compare results in error messages. This is in contrast to a VPN
> connection over DSL where only 3 of 5 comparisons produced (a reduced
number
> of) error messages, although I would have expected the opposite.
>
> I also observed, that choosing 'Unified diff' as compare type works
fine.

The unified diff option is very efficient. It just runs the svn diff
command to produce the output. The graphical compare has to download
every file and then let Eclipse compare them. I am not overly familar
with the internals of this. A lot of it is driven by Eclipse itself. For
example, we definitely do not have anything that would be making multiple
connections at the same time. I suspect that the Eclipse framework must
be doing that. We give Eclipse a class that lets it make call backs that
ask us for the file.

Unfortunately, I do not have anything else to tell you that could help.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jun 28 15:15:06 2006

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.