(sorry. my english skill is poor....)
today, i make a new SVN repository. here is my repository settings.
svnserve.conf
[general]
anon-access = none
auth-access = write
password-db = passwd
passwd
[users]
myusers = mypassword
but, anon-users can access my repository. so, add a authz.
add authz infomation into svnserve.conf
[general]
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
authz
[groups]
usergroup = myusers
[/]
@usergroup = rw
but, anon-users still access my repo. how can i block them? my setting is something wrong??
[/]
$anonymous =
$authenticated = rw
Group with single member is stupid idea, single SVN-user for for all commiterrs is stupid idea, ignoring tokens in authz-file is bad idea