Using svn through proxy server

From Notes_Wiki
Revision as of 04:45, 23 January 2013 by Saurabh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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>