Hi everybody!
I got an autorisation problem on svn.
I'm running svnserve and do the authorisation with a passwd and a authz
file.
Here the content:
svnserve.conf:
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz
realm = alfa
passwd:
[users]
foerg = something
authz:
[groups]
alfa = foerg
[/]
@alfa = rw
* = r
[/Libs]
@alfa = rw
* = r
[/Header]
@alfa = rw
* = r
[/Source]
@alfa = rw
root = r
* =
Everything on the authentification works just perfect except:
(I use RapidSVN from Windows)
If I try to checkout the directory "/Source", at logged-in state, of
course.
I get the error message "Not authorized to open root of edit operation".
If I set "* = r" it works. But i'dont want everyone to checkout the
sources.
Any idea???
Thx
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 14 15:49:17 2006