When editing the /home/svn/repos/conf/svnserve.conf

The solution is to remove the blank spaces before the options:

Before:
[general] _anon-access=read
_auth-access=write

After:
[general] anon-access=read
auth-access=write

And don’t forget to comment..healthy ones 😉

Categorized in: