Eclipse – Configure Proxy for subclipse

The Eclipse proxy setting does not apply on subclipse. So you cannot connect to a SVN repostory outside your firewall even you have set the proxy in Eclipse.

Luckily, i found the solution in MKVille Blog – Using Subclipse Behind a Proxy Server.

For Windows XP user

  • Open the C:\Documents and Settings\<user>\Application Data\Subversion\servers
  • Configure the http-proxy-host and http-proxy-port settings under the [global] tag

For Windows 7 user

  • Open the C:\Users\<user>\AppData\Roaming\Subversion\servers
  • Configure the http-proxy-host and http-proxy-port settings under the [global] tag

Done =)

One thought on “Eclipse – Configure Proxy for subclipse”

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.