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

Could Not open the requested SVN filesystem

From: Cooper, Mike <Mike_Cooper_at_adp.com>
Date: 2005-03-15 17:18:18 CET

The error:
svn: PROPFIND request failed on '/svnrep/trunk/21003301'
Svn: "Could Not open the requested SVN filesystem"
 
... is return on the screen and in my httpd log whenever I attempt to
check out a file using:
 
"svn checkout http://svnrepository.testdomain/svnrep/trunk/21003301
project"
 
... from the server When I use "svn checkout file:///...." followed by
the absolute path name, (again from the server) the checkout performs
normally. Naturally, being able to use a url, checking out via a client
is out of the question.
 
I have loaded the dav modules in httpd.conf and included the following
location xml:
 
<Location /svnrep>
DAV svn
SVNPath /var/svnrepository/trunk
</Location>
 
My repository is located in /var/svnrepository.
 
I cannot find any documentation on this error. Has anybody see it
before?
 
Mike Cooper
 

TechTool.gif
Received on Tue Mar 15 20:12:43 2005

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.