(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 = passwdpasswd
[users] myusers = mypassword- restart svnserve
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 = authzauthz
[groups] usergroup = myusers [/] @usergroup = rw- restart svnserve
but, anon-users still access my repo. how can i block them? my setting is something wrong??
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