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

RE: javasvn

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-12-09 19:58:12 CET

Hello Eugene,

JavaSVN uses proxy settings from Subversion standard cofiguration files, in
particular from "servers" file. You may configure "groups" of hosts for
which different proxy settings will be used. (see
http://tmate.org/svn/kb/user-guide-config-settings.html for details).
JavaSVN does not use "http.proxy*" system properties.

> the error: svn: Cannot establish http tunnel for proxied
> secure connection: null (I do have unlimited crypto policy
> installed here).
This is a known bug, that is fixed in the latest version of JavaSVN in
"trunk" and "1.0.x" branch. To fix this problem you may build JavaSVN from
"trunk" (if you're using Subclipse 0.9.101) or from "1.0.x" branch (if
you're using 0.9.37) and replace version of javasvn in Subclipse with the
one you've build.

You may find build instructions at
http://tmate.org/svn/kb/build-standalone.html

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Eugene Kuleshov [mailto:eu@md.pp.ru]
> Sent: Friday, December 09, 2005 19:43
> To: users@subclipse.tigris.org
> Subject: javasvn
>
> Alex,
>
> I wonder if it is possible to tell JavaSVN adapter to
> ignore proxy settings from Subversion configs?
>
> I am working from behind firewall and have to use
> -Dhttp.proxyHost=...
> and -Dhttp.proxyPort=... in eclipse.ini so Eclipse will be
> able to connect to the internet. However it looks like
> JavaSVN is getting into conflict with these properties and
> probably trying to use double proxy or something and as
> result it does not work for https repositories failing with
> the error: svn: Cannot establish http tunnel for proxied
> secure connection: null (I do have unlimited crypto policy
> installed here).
>
> Thanks
>
> Eugene
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Sat Dec 10 05:58:12 2005

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.