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

Re: Stupid newbie question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-29 21:34:39 CEST

On Thu, 2004-07-29 at 14:29, John Griffin wrote:

> [general]
> ### These options control access to the repository for unauthenticated
> ### and authenticated users. Valid values are "write", "read",
> ### and "none". The sample settings below are the defaults.
> anon-access = read
> auth-access = write
> ### This option controls the location of the password database. This
> ### path may be relative to the conf directory. There is no default.
> ### The format of the password database is:
> [users]

Here's your problem. Read the commented text carefully: you must
specify a 'passwd-db' variable that points to a *separate* file that
contains the [users] section.

(I'm glad we fixed this default svnserve.conf wording in svn 1.1;
you're like the 300th person to blindly uncomment "[users]" in
svnserve.conf. :-( )

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 29 21:37:07 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.