Using svn through proxy server

From Notes_Wiki

Home > CentOS > CentOS 6.x > Versioning tools > Subversion (SVN) > Using svn through proxy server

Using svn through HTTP proxy server

To use svn repository through an HTTP proxy server one needs to configure file '/etc/subversion/servers' with following configuration:

[global]
http-proxy-host=<Proxy IP address or domain name>
http-proxy-port=<Port>


Home > CentOS > CentOS 6.x > Versioning tools > Subversion (SVN) > Using svn through proxy server