Thanks Ximon for your quick answer.. :)
httpd.conf
--------------------------------------------
<Location /repos>
DAV svn
SVNParentPath /svn
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /etc/svn-auth-file
AuthzSVNAccessFile /etc/svn-access-file
Satisfy Any
Require valid-user
</Location>
--------------------------------
TEST1
--------------------------------
[/svn/repos1/]
anonymous = r
me = rw
--------------------------------
TEST2
--------------------------------
[repos:/svn/repos1/]
anonymous = r
me = rw
--------------------------------
TEST3
--------------------------------
[repos:/repos1/]
anonymous = r
me = rw
--------------------------------
TEST4
--------------------------------
[repos:/]
anonymous = r
me = rw
Same results :
[root_at_athome ~]# svn list --username me http://localhost/repos/repos1
Authentication realm: <http://localhost:80> Subversion repository
Password for 'me':
Authentication realm: <http://localhost:80> Subversion repository
Username: me
Password for 'me':
Authentication realm: <http://localhost:80> Subversion repository
Username: test
Password for 'test':
svn: PROPFIND request failed on '/repos/repos1'
svn: PROPFIND of '/repos/repos1': authorization failed (http://localhost)
[root@athome ~]# cat /usr/local/apache/logs/error_log
[Thu Sep 22 14:47:30 2005] [error] [client 127.0.0.1] Access denied: 'me'
PROPFIND client:/
[Thu Sep 22 14:47:32 2005] [error] [client 127.0.0.1] user me:
authentication failure for "/repos/repos1": Password Mismatch
[Thu Sep 22 14:47:33 2005] [error] [client 127.0.0.1] user test not found:
/repos/repos1
It's frustrating... :)
Thanks.
Raum
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 22 15:14:30 2005