]> git.donarmstrong.com Git - home-base.git/blob - .subversion/servers
update home-base and home-full
[home-base.git] / .subversion / servers
1 ### This file specifies server-specific protocol parameters,
2 ### including HTTP proxy information, and HTTP timeout settings.
3 ###
4 ### The currently defined server options are:
5 ###   http-proxy-host          Proxy host for HTTP connection
6 ###   http-proxy-port          Port number of proxy host service
7 ###   http-proxy-username      Username for auth to proxy service
8 ###   http-proxy-password      Password for auth to proxy service
9 ###   http-proxy-exceptions    List of sites that do not use proxy
10 ###   http-timeout             Timeout for HTTP requests in seconds
11 ###   http-compression         Whether to compress HTTP requests
12 ###   neon-debug-mask          Debug mask for Neon HTTP library
13 ###   ssl-authority-files      List of files, each of a trusted CAs
14 ###   ssl-ignore-unknown-ca    Allow untrusted server certificates
15 ###   ssl-ignore-invalid-date  Allow expired/postdated certificates
16 ###   ssl-ignore-host-mismatch Allow certificates for other servers
17 ###   ssl-client-cert-file     PKCS#12 format client certificate file
18 ###   ssl-client-cert-password Client Key password, if needed.
19 ###
20 ### HTTP timeouts, if given, are specified in seconds.  A timeout
21 ### of 0, i.e. zero, causes a builtin default to be used.
22 ###
23 ### The commented-out examples below are intended only to
24 ### demonstrate how to use this file; any resemblance to actual
25 ### servers, living or dead, is entirely coincidental.
26
27 ### In this section, the URL of the repository you're trying to
28 ### access is matched against the patterns on the right.  If a
29 ### match is found, the server info is from the section with the
30 ### corresponding name.
31
32 ### Note that the ssl-ignore overrides significantly decrease the
33 ### security of the connection, and may allow a third party to
34 ### intercept or even modify the transmitted data.
35
36 # [groups]
37 # group1 = *.collab.net
38 # othergroup = repository.blarggitywhoomph.com
39 # thirdgroup = *.example.com
40
41 ### Information for the first group:
42 # [group1]
43 # http-proxy-host = proxy1.some-domain-name.com
44 # http-proxy-port = 80
45 # http-proxy-username = blah
46 # http-proxy-password = doubleblah
47 # http-timeout = 60
48 # neon-debug-mask = 130
49 # ssl-ignore-unknown-ca = true
50 # ssl-ignore-host-mismatch = true
51 # ssl-ignore-invalid-date = true
52
53 ### Information for the second group:
54 # [othergroup]
55 # http-proxy-host = proxy2.some-domain-name.com
56 # http-proxy-port = 9000
57 # No username and password, so use the defaults below.
58
59 ### You can set default parameters in the 'global' section.
60 ### These parameters apply if no corresponding parameter is set in
61 ### a specifically matched group as shown above.  Thus, if you go
62 ### through the same proxy server to reach every site on the
63 ### Internet, you probably just want to put that server's
64 ### information in the 'global' section and not bother with
65 ### 'groups' or any other sections.
66 ###
67 ### If you go through a proxy for all but a few sites, you can
68 ### list those exceptions under 'http-proxy-exceptions'.  This only
69 ### overrides defaults, not explicitly matched server names.
70 ###
71 ### 'ssl-authority-files' is a semicolon-delimited list of files,
72 ### each pointing to a PEM-encoded Certificate Authority (CA) 
73 ### SSL certificate.  See details above for overriding security 
74 ### due to SSL.
75 # [global]
76 # http-proxy-exceptions = *.exception.com, www.internal-site.org
77 # http-proxy-host = defaultproxy.whatever.com
78 # http-proxy-port = 7000
79 # http-proxy-username = defaultusername
80 # http-proxy-password = defaultpassword
81 # http-compression = yes
82 # No http-timeout, so just use the builtin default.
83 # No neon-debug-mask, so neon debugging is disabled.
84 # ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem