Using svn through proxy server

From Notes_Wiki
Revision as of 15:35, 24 August 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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