I'm installing SVN with Apache 2.2 on windows 2003 everything seems good but when I try to login no username/password works
Here is some info
I load this module in httpd.conf
LoadModule auth_basic_module modules/mod_auth_basic.so
and in svnserv.conf i have
[general]
anon-access=read
auth-access=write
password-db=passwd
authz-db=authz
in the passwd file
[users]
harry=harry
sally=sally
what am I doing wrong or missign?