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?