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

Re: access denied - but shouldnt be?

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-05 19:38:54 CEST

On Sep 5, 2006, at 18:35, will wade wrote:

> 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?!

Are you using at least Subversion 1.3.2? If not, upgrade.

What OS is being used for client and server?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 5 19:41:07 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.