Repo Browser Error
From: Mario Jruic <mario.gazzo_at_gmail.com>
Date: 2006-10-18 15:52:41 CEST
Hi,
I get the following error when using the Repo-browser:
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 a similar "svn list"-command on the exact same
Checking out from the repository and getting logs works also with TSVN.
I was unable to find a solution for my problem, which I got after upgrading
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
Allow from all
</Location>
</VirtualHost>
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.