[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
'http://www.myrepo.org/repos/myproject/trunk/src/' REPORT of
'http://www.myrepo.org/repos/myproject/trunk/src/

 

The Apache error log reports the following:

[Wed Oct 18 14:32:28 2006] [error] [client 192.168.1.34] client denied by
server configuration: proxy:http://www.myrepo.org/repos/myproject/trunk/src/

 

The Apache access log reports the following:

192.168.1.34 - - [18/Oct/2006:15:10:53 +0200] "REPORT
http://www.myrepo.org/repos/myproject/trunk/src/ HTTP/1.1" 403 1009 "-"
"SVN/1.4.0 (r21228) neon/0.25.5"

 

The interesting thing is that a similar "svn list"-command on the exact same
url works without problem. I have also no problems in using my development
IDE to browse the repository. It therefore seems that it is not a subversion
server related problem. SVN repository file permissions are also setup to be
fully accessible from Apache.

 

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
to version 1.4.0. Subversion server + command line client has also been
upgraded to version 1.4.0.

 

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
/etc/httpd/conf/svnaccess

                                            Satisfy Any

                                            <LimitExcept GET PROPFIND
OPTIONS REPORT>

                                                                 Require
valid-user

                                            </LimitExcept>

                                            AuthType Basic

                                            AuthName "My Repository"

                                            AuthUserFile
/etc/httpd/conf/users

                                            Allow from all

                      </Location>

</VirtualHost>
Received on Wed Oct 18 16:10:52 2006

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.