You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by will wade <wi...@e-wade.net> on 2006/09/05 16:20:47 UTC

access denied - but shouldnt be

Hi there
Apologies if this is really obvious. I will try and explain my problem
succinctly
Imagine two projects (actually more than two)

/usr/local/svn/project_a
/usr/local/svn/project_b

Both have a svnserve.conf file exactly the same:

password-db = /usr/local/svn_conf/passwd_svn.txt
authz-db = /usr/local/svn_conf/user_access_svn.txt
realm = projects

passwd_svn.txt:

[users]
will = test
bob = test
george = test

user_access_svn.txt:

[/]
* = r

[project_a:/usr/local/project_a]
@developers = rw
@everyone = r

[project_b:/usr/local/project_b]
@developers = rw
@everyone = r

[groups]
developers = will,bob
everyone = @developers, bob

Now when I try and import I cant. I get a access denied and thats it
even if I try import --username will it fails.

If however I turn * = r into * = rw I can import, check in etc with no problems.
Any ideas what the heck Im doing wrong? Im wasting days on trying to fix this?!

Thanks in advance

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org