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...") |
m |
||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
[global] | [global] | ||
http-proxy-host=<Proxy IP address or domain name> | http-proxy-host=<Proxy IP address or domain name> | ||
http-proxy-port=<Port> | http-proxy-port=<Port> | ||
</pre> | </pre> |
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] http-proxy-host=<Proxy IP address or domain name> http-proxy-port=<Port>