svnserve.conf authentication not worked

Posted by Carson on Stack Overflow See other posts from Stack Overflow or by Carson
Published on 2010-05-13T23:11:31Z Indexed on 2010/05/13 23:14 UTC
Read the original article Hit count: 283

Filed under:
|
|

I can setup Subversion server. I can commit change. The only thing I am not sure is to set up the basic authentication with svnserve. Here is the tutorial I followed:

http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-svnserve.html#tsvn-serversetup-svnserve-4

Based on the tutorial, I edited the 2 files: svnserve.conf and passwd, and restarted the apache server. But the authentication still cannot work.

Even if I set:

anon-access = none

and restart apache, I can still read svn files and commit change from Eclipse.

Have I missed any steps?

© Stack Overflow or respective owner

Related posts about svnserve

Related posts about svn