>
> The way the default conf file looks, though, it sure implied (at least
> to
> me) that you could put the user=password tags right in there. I would
> never do that for production, but...
>
You must be using an old version of svn. That confusion was fixed a
while ago:
$ svnadmin create repos
$ cat repos/conf/svnserve.conf
...
### The password-db option controls the location of the password
### database file. Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### The format of the password database is similar to this file.
### It contains one section labelled [users]. The name and
### password for each user follow, one account per line. The
### format is
### USERNAME = PASSWORD
...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 7 02:07:48 2004