Cannot SVN checkout when anon-access = none
- by sKIPper76
When I have
anon-access = write
Everything works fine. When I change svnserve.conf to:
anon-access = none
auth-access = write
And uncomment password-db and authz-db AND add user in authz with rw AND put username/password in passwd, nothing works. Eclipse keeps giving me a "Cannot map the project with svn provider" error.
I have given all the files under conf 777.
Any ideas what's wrong?