1
------------------------------------------------------------------------
2
r11771 | breser | 2004-11-06 16:50:27 -0800 (Sat, 06 Nov 2004) | 10 lines
4
Don't comment out section names in the default config file. Users change an
5
entries and forget to uncomment a section name which then means their client
6
fails. Which is exceedingly annoying.
8
* subversion/libsvn_subr/config_file.c
9
(svn_config_ensure): Remove comments before the groups and
10
global section names in the default servers config file and
11
before auth, helpers, tunnels, miscellany and auto-props in config.
14
------------------------------------------------------------------------
15
Index: subversion-1.1.1/subversion/libsvn_subr/config_file.c
16
===================================================================
17
--- subversion-1.1.1.orig/subversion/libsvn_subr/config_file.c 2004-09-09 15:19:58.000000000 -0700
18
+++ subversion-1.1.1/subversion/libsvn_subr/config_file.c 2004-12-10 22:14:54.421901453 -0800
20
"### corresponding name."
26
"# group1 = *.collab.net"
35
"# http-proxy-exceptions = *.exception.com, www.internal-site.org"
39
"### Section for authentication and authorization customizations."
44
"### Set store-passwords to 'no' to avoid storing passwords in the"
48
"### program accepts the '--diff-program' option."
53
"# editor-cmd = editor (vi, emacs, notepad, etc.)"
57
"### Section for configuring tunnel agents."
62
"### Configure svn protocol tunnel schemes here. By default, only"
66
"### Section for configuring miscelleneous Subversion options."
71
"### Set global-ignores to a set of whitespace-delimited globs"
75
"### is typically done by setting the 'enable-auto-props' option."
80
"# *.c = svn:eol-style=native"