subversion/subversion.servers

changeset 513
138803117c57
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/subversion/subversion.servers	Fri Aug 10 14:34:00 2012 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +##
     1.5 +##  servers -- Subversion global servers configuration file
     1.6 +##
     1.7 +
     1.8 +# [groups]
     1.9 +# group1 = *.example.com
    1.10 +# group2 = *.example.net
    1.11 +
    1.12 +# [group1]
    1.13 +# http-proxy-host = proxy1.some-domain-name.com
    1.14 +# http-proxy-port = 80
    1.15 +# http-proxy-username = blah
    1.16 +# http-proxy-password = doubleblah
    1.17 +# http-timeout = 60
    1.18 +# neon-debug-mask = 130
    1.19 +
    1.20 +# [group2]
    1.21 +# http-proxy-host = proxy2.some-domain-name.com
    1.22 +# http-proxy-port = 9000
    1.23 +
    1.24 +# [global]
    1.25 +# http-proxy-exceptions = *.exception.com, www.internal-site.org
    1.26 +# http-proxy-host = defaultproxy.whatever.com
    1.27 +# http-proxy-port = 7000
    1.28 +# http-proxy-username = defaultusername
    1.29 +# http-proxy-password = defaultpassword
    1.30 +# http-compression = no
    1.31 +# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem
    1.32 +

mercurial