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

authz question

From: Nick Christy <nickchristy_at_gmail.com>
Date: 2006-05-02 16:41:35 CEST

Hi all,

Got 1.3.1 installed and am trying to setup authz on it.

I have the following repository:
svnrepo

Here is what my svnserve.conf file looks like:

> [general]
> anon-access = read
> auth-access = write
> password-db = passwd
> authz-db = authz
> realm = svnrepo
>

and my authz file (located in the svnrepo/conf directory)

[groups]
> phoenix = nchristy,cpagani,cshadle,spetti,dgalloway
> icc = afreeman,dstewart,nchristy
>
> [/test]
> @icc = rw
> * = rw
>
> [/phoenix]
> @phoenix = rw
> * = r
>
> [/ICC]
> nchristy = rw
>
> [/jacks group]
> jheigher = rw
> * = r
>

Here is my problem:

When I try to create a folder, check a file in, basically any type of write
command using TortoiseSVN on the folder test I get a Access Denied error.

Any ideas?

Thanks,

Nick
Received on Wed May 3 04:02:53 2006

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.