Author: philip
Date: Mon Feb 25 10:05:24 2013
New Revision: 1449637
URL: http://svn.apache.org/r1449637
Log:
* subversion/libsvn_subr/config_file.c
(svn_config_ensure): Tweak default config file comments.
Modified:
subversion/trunk/subversion/libsvn_subr/config_file.c
Modified: subversion/trunk/subversion/libsvn_subr/config_file.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/config_file.c?rev=1449637&r1=1449636&r2=1449637&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/config_file.c (original)
+++ subversion/trunk/subversion/libsvn_subr/config_file.c Mon Feb 25 10:05:24
2013
@@ -1178,15 +1178,15 @@ svn_config_ensure(const char *config_dir
"### Set to a list of the names of specific clients that should use" NL
"### exclusive SQLite locking of working copies. This increases the"NL
"### performance of the client but prevents concurrent access by" NL
- "### other clients." NL
+ "### other clients. Third-party clients may also support this" NL
+ "### option." NL
"### Possible values:" NL
"### svn (the command line client)" NL
- "### Third-party clients may also support this option." NL
"# exclusive-locking-clients =" NL
"### Set to true to enable exclusive SQLite locking of working" NL
- "### copies by all clients. Enabling this may cause some clients" NL
- "### to fail to work properly. This does not have to be set for" NL
- "### exclusive-locking-clients to work." NL
+ "### copies by all clients using the 1.8 APIs. Enabling this may" NL
+ "### cause some clients to fail to work properly. This does not have"NL
+ "### to be set for exclusive-locking-clients to work." NL
"# exclusive-locking = false"
NL;
err = svn_io_file_open(&f, path,