How to set up Subversion client proxy ?

To set up Subversion proxy go to %APPDATA%\Subversion directory on Windows or to ~/.subversion directory on Linux and edit the servers file. Put the following content to this file (under global section):
[global]
http-proxy-host = proxy.example.com
http-proxy-port = 8080

http-proxy-host is a proxy server (in this example it's proxy.example.com). http-proxy-port is a proxy port (in this example it's 8080). Additionally, you can also set up http-proxy-username and http-proxy-password in the same section, if you wish.

0 comments :: How to set up Subversion client proxy ?

Post a Comment