Add a proxy to subversion configuration

If you need to access subversion from outside a proxy, you need to edit ~/.subversion/servers and add this:

[groups]
mySubversionGroup = *.some.domain
[mySubversionGroup]
http-proxy-host = my.proxy.server
http-proxy-port = 8080

Since Intellij 9.0.3 you now also need to set this information in the svn settings.

Share