Free Software Server Environment : SubVersionAndProxyServers

HomePage :: Categories :: PageIndex :: RecentChanges
Search this site: FSSE.INFO is produced by "osde8info" :

subversion & proxy servers

If you are using a remote subversion repository such as code.google.com and need to access it via a proxy server do the following

$ vi .subversion


### If you go through a proxy for all but a few sites, you can
### list those exceptions under 'http-proxy-exceptions'.  This only
### overrides defaults, not explicitly matched server names.
###
### 'ssl-authority-files' is a semicolon-delimited list of files,
### each pointing to a PEM-encoded Certificate Authority (CA)
### SSL certificate.  See details above for overriding security
### due to SSL.
[global]
http-proxy-exceptions = *.exception.com
http-proxy-host = myproxy.co.uk
http-proxy-port = 8080



REFERRERS
SubVersion

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0167 seconds