Difference between revisions of "Using svn through proxy server"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Subversion|Subversion</yambe:breadcrumb> =Using svn thorugh proxy server= ==Using svn through HTTP proxy server== To use svn repository through an HTTP pro...")
(No difference)

Revision as of 04:45, 23 January 2013

<yambe:breadcrumb>Subversion|Subversion</yambe:breadcrumb>

Using svn thorugh 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]
[Global]
http-proxy-host=<Proxy IP address or domain name>
http-proxy-port=<Port>