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

Basic config trouble

From: Barbara Post <postb99_at_yahoo.com>
Date: Thu, 4 Jun 2009 07:30:17 -0700 (PDT)

Hello,

Sorry for such a newbie question, but I'm having troubles doing a commit (authorization failed) with the following configuration using svnserve, while update works (I'm asked to enter a user/pass for both actions).

- svnserve.conf :

anon-access = none
auth-access = read
password-db = passwd
authz-db = authz
realm = depottest

- authz (one group, one user, rw for this user, nothing for the rest of the world) :

[groups]
depottest=test

[depottest:/]
*=
@depottest=rw

- passwd :

[users]
test = testtest

Thanks for help trapping the mistake. Maybe "auth-access = read" is wrong ?

Barbara

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2359452

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-04 16:38:14 CEST

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.