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

Re: Problem with authentication

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-07 02:06:25 CEST

>
> 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

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

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