diff -r fcb5600be81f -r 138803117c57 subversion/subversion.servers --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subversion/subversion.servers Fri Aug 10 14:34:00 2012 +0200 @@ -0,0 +1,29 @@ +## +## servers -- Subversion global servers configuration file +## + +# [groups] +# group1 = *.example.com +# group2 = *.example.net + +# [group1] +# http-proxy-host = proxy1.some-domain-name.com +# http-proxy-port = 80 +# http-proxy-username = blah +# http-proxy-password = doubleblah +# http-timeout = 60 +# neon-debug-mask = 130 + +# [group2] +# http-proxy-host = proxy2.some-domain-name.com +# http-proxy-port = 9000 + +# [global] +# http-proxy-exceptions = *.exception.com, www.internal-site.org +# http-proxy-host = defaultproxy.whatever.com +# http-proxy-port = 7000 +# http-proxy-username = defaultusername +# http-proxy-password = defaultpassword +# http-compression = no +# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem +