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

Re: [Subclipse-users] Unknown host for repository disables subclipse gui

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Thu, 17 Jul 2008 23:37:54 +0400

2008/7/17 Leland, Robert <robert.leland_at_ionep.com>:
> If the svn repository is not reachable the subclipse UI decorator doesn't
> work, and freezes the IDE, for 20+ seconds, when a file is right clicked in
> the package Explorer(I believe the plugin is trying to contact the
> repository).
>
> (skipped)
>

Hi, Robert.

The stack trace that you posted looks similar to the one that I posted
here yesterday. The subject of my mail was "Should not connect when
importing existing project into workspace".

There is a getRepository(string) call, that calls SVNRepositoryLocation
fromString(...), and that method calls svnClient.getInfo(url); causing
the connection to the repository.

I really hope that this will be fixed.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-17 21:38:05 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.