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

access denied - but shouldnt be

From: will wade <willspam_at_e-wade.net>
Date: 2006-09-05 18:20:47 CEST

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
Received on Wed Sep 6 23:01:05 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.