svnserve.conf authentication not worked
- by Carson
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?