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:
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?
If you are using apache to serve your repository, you need to read the next chapter SVN server using Apache.
The documentation that you read is only when you are using svnserver to serve your subversion repository using the
svn://protocol.