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

Re: Authentification don't work

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-13 20:07:33 CEST

On Tue, 2004-04-13 at 13:01, Cédric Girard wrote:
> Hi,
>
> I have juste set up a SVN serveur, with svnserve to keep it simple.
> Wile the repository is world writable, all work (import, commit, update,
> ... cool) but if anon-user is not allowed to do anything I just receive
> a 'no access allowed to this repository' answer. It never ask me password.
> I bet it is a stupid question often asked, but I need this repository.
>
> here is the conf file
> [general]
> anon-access = none
> auth-access = write
>
> [users]
> password-db = /home/svn/passwords
> realm = bracersvn

This is wrong. There is no [users] section in the conf file. Just a
[general] section:

[general]
anon-access = none
auth-access = write
password-db = /home/svn/passwords
realm = bracersvn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 13 20:09:38 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.