Cannot SVN checkout when anon-access = none
        Posted  
        
            by sKIPper76
        on Server Fault
        
        See other posts from Server Fault
        
            or by sKIPper76
        
        
        
        Published on 2010-02-05T15:42:01Z
        Indexed on 
            2010/03/12
            21:07 UTC
        
        
        Read the original article
        Hit count: 535
        
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?
© Server Fault or respective owner