[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] - reword confusing svnserve.conf default template (Issue 1835)

From: Henderson, Michael D <michael.d.henderson_at_lmco.com>
Date: 2004-04-16 21:23:34 CEST

Log Message:
Fix Issue #1835: confusing svnserve.conf default template.

* subversion/libsvn_repos/repos.c
  (create_conf) : Reword description of password database.

Index: subversion/libsvn_repos/repos.c
===================================================================
--- subversion/libsvn_repos/repos.c (revision 3)
+++ subversion/libsvn_repos/repos.c (working copy)
@@ -798,16 +798,26 @@
       APR_EOL_STR
       "# auth-access = write"
       APR_EOL_STR
- "### This option controls the location of the password database.
This"
+ "### The password-db option controls the location of the
password"
       APR_EOL_STR
- "### path may be relative to the conf directory. There is no
default."
+ "### database file. Unless you specify a path starting with a
/,"
       APR_EOL_STR
- "### The format of the password database is:"
+ "### the file's location is relative to the conf directory."
       APR_EOL_STR
- "### [users]"
+ "### The format of the password database is similar to this
file."
       APR_EOL_STR
- "### USERNAME = PASSWORD"
+ "### It contains one section labelled [users]. The name and"
       APR_EOL_STR
+ "### password for each user follow, one account per line. The"
+ APR_EOL_STR
+ "### format is"
+ APR_EOL_STR
+ "### USERNAME = PASSWORD"
+ APR_EOL_STR
+ "### Please note that both the user name and password are case"
+ APR_EOL_STR
+ "### sensitive. There is no default for the password file."
+ APR_EOL_STR
       "# password-db = passwd"
       APR_EOL_STR
       "### This option specifies the authentication realm of the
repository."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 16 21:24:09 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.