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

Problem checking out SVN project through Apache

From: Jack Huang <Jack.Huang_at_mascorp.com>
Date: 2004-02-11 20:20:34 CET

Hi all,

I have installed Apache 2.0.48 with Subversion 0.36.0. In httpd.conf, I have the following entires:

ServerRoot "/usr/local/apache2"

LoadModule dav_svn_module modules/mod_dav_svn.so

<Location /repository>
DAV svn
SVNParentPath /usr/local/apache2/repository
</Location>

When I tried to check out a test repository via

svn co http://localhost/repository

I get

svn: PROPFIND request failed on '/repository'
svn: PROPFIND of 'repository': 403 Forbidden (http://localhost)

I know Apache works, and I could create and check out files thorugh svnserve. I have also tried using SVNPath instead of SVNParentPath (don't know if they are any different). I used 'svnadmin create' to create repository under /usr/local/apache2/repository, with conf, dav, db and other directories/files under /usr/local/apache2/repository. If I use

svn co http://local/host/project

I get

could not open the requested SVN filesystem.

I have a feeling that my command or configuration is just a little bit off, but I can't quite figure out how. Thanks for your helps.

Disclaimer: The information contained in this transmission, including any attachments, may contain confidential information of Matsushita Avionics Systems Corporation. This transmission is intended only for the use of the addressee(s) listed above. Unauthorized review, dissemination or other use of the information contained in this transmission is strictly prohibited. If you have received this transmission in error or have reason to believe you are not authorized to receive it, please notify the sender by return email and promptly delete the transmission

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 11 20:31:05 2004

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.