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

[Subclipse-users] javasvn and http proxy

From: Eugene Kuleshov <eu_at_md.pp.ru>
Date: 2006-01-18 20:22:08 CET

Hi,

  I believe I've asked this already but this issue hit me again.

  There are some svn repositories that are using http and https protocols.
  Since I am behind the proxy I've added proxy config into "C:\Documents
and Settings\<user name>\Application Data\Subversion\servers" on my
Windows PC. After that Subclipse is working ok using JavaHL, but if I
try to switch to JavaSVN I am getting connection timeouts.

  I am not sure if this issue caused by my eclipse.ini which has the
following (and that helps to resolve dtd and xsd from the web in other
plugins):

-vmargs
-Dhttp.proxyHost=<host>
-Dhttp.proxyPort=<port>
-Dhttps.proxyHost=<host>
-Dhttps.proxyPort=<port>
...

  Please advise.

  By thw way, is JavaSVN using http-timeout from servers config?

  I also noticed that there are modal progress dialogs for some
operations (out of the top of my head - changing commit properties from
history view) and such modal dialogs that can't be canceled makes whole
workbench unusable.

  regards,
  Eugene

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jan 18 23:18:15 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.