Mon, 28 Jan 2013 17:37:18 +0100
Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.
michael@513 | 1 | ## |
michael@513 | 2 | ## servers -- Subversion global servers configuration file |
michael@513 | 3 | ## |
michael@513 | 4 | |
michael@513 | 5 | # [groups] |
michael@513 | 6 | # group1 = *.example.com |
michael@513 | 7 | # group2 = *.example.net |
michael@513 | 8 | |
michael@513 | 9 | # [group1] |
michael@513 | 10 | # http-proxy-host = proxy1.some-domain-name.com |
michael@513 | 11 | # http-proxy-port = 80 |
michael@513 | 12 | # http-proxy-username = blah |
michael@513 | 13 | # http-proxy-password = doubleblah |
michael@513 | 14 | # http-timeout = 60 |
michael@513 | 15 | # neon-debug-mask = 130 |
michael@513 | 16 | |
michael@513 | 17 | # [group2] |
michael@513 | 18 | # http-proxy-host = proxy2.some-domain-name.com |
michael@513 | 19 | # http-proxy-port = 9000 |
michael@513 | 20 | |
michael@513 | 21 | # [global] |
michael@513 | 22 | # http-proxy-exceptions = *.exception.com, www.internal-site.org |
michael@513 | 23 | # http-proxy-host = defaultproxy.whatever.com |
michael@513 | 24 | # http-proxy-port = 7000 |
michael@513 | 25 | # http-proxy-username = defaultusername |
michael@513 | 26 | # http-proxy-password = defaultpassword |
michael@513 | 27 | # http-compression = no |
michael@513 | 28 | # ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem |
michael@513 | 29 |