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: 305
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?
© Stack Overflow or respective owner