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

[Subclipse-users] error in proxy configuration

From: Juergen Sandner <public_at_bpfi.de>
Date: 2007-01-10 20:01:01 CET

Operating System: Linux (OpenSuse 10.2)
Eclipse 3.2.1
Subclipse 1.0.4 and 1.1.9
SVN interface: SVNKit (Pure Java)

Both, subclipse 1.0.4 and 1.1.9 make an error in reading the subversion
proxy-configuration from file $HOME/.subversion/servers:

A proxy (at least one, that needs authentication) is used only, if it is
defined in the [global] section of the file "servers"

svn on the other hand works fine, if you define the proxy to use in a
server-section, eg:

[global]
# possible options

[groups]
server1 = svn.myservers.org

[server1]
http-proxy-host = my.proxy
http-proxy-port = 3128
http-proxy-username = me
http-proxy-password = secret

For SVNKit to work you have to define additionally / alternatively:

[global]
http-proxy-host = my.proxy
http-proxy-port = 3128
http-proxy-username = me
http-proxy-password = secret

Regards
Juergen Sandner

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jan 10 20:24:41 2007

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.