client denied error with 'svn ls -v'
From: Mario Juric <mario.juric_at_privat.tdcadsl.dk>
Date: 2006-10-22 23:47:20 CEST
I get the following error when using the 'svn ls -v':
Error * REPORT request failed on
The Apache error log reports the following:
[Wed Oct 18 14:32:28 2006] [error] [client 192.168.1.34] client denied by
The Apache access log reports the following:
192.168.1.34 - - [18/Oct/2006:15:10:53 +0200] "REPORT
The interesting thing is that the simpler 'svn ls'-command on the exact same
I first thought it was an error related to TSVN but with the help from other
Below you will find my Apache virtual host setup.
I appreciate any help given.
Cheers
Mario Gazzo
<VirtualHost xxx.xxx.xxx.xxx>
ServerName www.myrepo.org
DocumentRoot /www/myrepo
<Location /repos>
DAV svn
SVNParentPath /dev/svn
AuthzSVNAccessFile
Satisfy Any
<LimitExcept GET PROPFIND
Require
</LimitExcept>
AuthType Basic
AuthName "My Repository"
AuthUserFile
Order allow,deny
Allow from all
</Location>
</VirtualHost>
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.