
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
136
|
Chapter 7: Advanced Topics
The previous example shows the contents of a .reg file that contains some of the
most commonly used configuration options and their default values. Note the pres-
ence of both system-wide (for network proxy-related options) and per-user settings
(editor programs and password storage, among others). Also note that all the options
are effectively commented out. You need only to remove the hash (
#) character from
the beginning of the option names, and set the values as you desire.
Configuration Options
In this section, we discuss the specific runtime configuration options that are cur-
rently supported by Subversion.
Example 7-1. Sample registration entries (.reg) file
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\groups]
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\global]
"#http-proxy-host"=""
"#http-proxy-port"=""
"#http-proxy-username"=""
"#http-proxy-password"=""
"#http-proxy-exceptions"=""
"#http-timeout"="0"
"#http-compression"="yes"
"#neon-debug-mask"=""
"#ssl-authority-files"=""
"#ssl-trust-default-ca"=""
"#ssl-client-cert-file"=""
"#ssl-client-cert-password"=""
[HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\auth]
"#store-auth-creds"="no"
[HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\helpers]
"#editor-cmd"="notepad" ...