Eclipse + SVN + Proxy = configuration options

development Add comments

Last few days I have been breaking by head against Eclipse and various SVN plugin’s in an attempt to make them work behind a proxy server.

MY test Subjects were
Eclipse 3.5 : Galilieo
SubEclipse : SVN Client
So the single thing that you will not be able to find is a unified configuration settings.
Eclipse will require a separate configuration file for proxy, and similarly you need to configure Subclipse.
Now getting to the configuration.

For Eclipse you can refer :
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.user/reference/ref-net-preferences.htm
http://stackoverflow.com/questions/1940984/how-to-specify-eclipse-proxy-authentication-credentials

For Subclipse
You need to open
C:\Documents and Settings\<user_name>\Application Data\Subversion\servers
In this file you need to uncomment few line

# http-proxy-host = proxy1.some-domain-name.com
# http-proxy-port = 80
# http-proxy-username = blah
# http-proxy-password = doubleblah
# http-timeout = 60

You need to change this to refelect the details of your proxy server.
Also keep in mind you need to that there should be no gap at the beginning. Refer http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&dsMessageId=2412710
http-proxy-host =
http-proxy-port =
http-proxy-username =

Note : for users behind password protected firewall if your firewall is configured in IE you don’t need to provide your Password in this config file. Have not been able to test this in other conditions.

Leave a Reply

CommentLuv Enabled

Additional comments powered by BackType

Blog Hosted on Wordpress & WP Theme & Icons by N.Design Studio. Modified by Anant Shrivastava
Entries RSS Comments RSS Log in