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

PROPFIND request failed on '/svn/test-project'

From: Josh Kuo <josh.kuo_at_prioritynetworks.net>
Date: 2004-05-26 02:39:37 CEST

I have followed the instructions largely on svnbook.red-bean.com to
setup my subversion/apache environment.

When I try to do the following:

svn checkout http://localhost/svn/test-project

I get the following errors:

svn: PROPFIND request failed on '/svn/test-project'
svn:
Could not open the requested SVN filesystem

To get this setup, I added the following lines to my httpd2.conf:

---<config>---
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>
    DAV svn
    SVNParentPath /home/svn
</Location>
---</config>---

To remove all permission settings out of the questions, I have done the
following:

sudo chmod 777 -R /home/svn

I have browsed through the mailing list archive, but did not find a
solution to my problem (or perhaps I need to learn to use the 'search'
function better). Google revealed not much more info.

Can someone please help me?

-- 
Josh Kuo <josh.kuo@prioritynetworks.net>

Received on Wed May 26 02:31:14 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.