SVN and WebSVN with different users access restriction on multiple repositories on linux

Solution 1:

Yuo have an auth file to store the users, but no access file. Try adding

AuthzSVNAccessFile /var/myrepos/conf/svnaccess.conf

where svnaccess has the groups specified and the user permissions.