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

Re: Could Not open the requested SVN filesystem

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-03-15 20:50:24 CET

I think there should be more errors in the error log. Something like
'/var/svnrepository/trunk/format not found'.

I think you should point SVNPath to /var/svnrepository instead of
/var/svnrepository/trunk .

HTH,

Erik.

On Tue, 15 Mar 2005 10:18:18 -0600, Cooper, Mike <Mike_Cooper@adp.com> wrote:
>
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 15 20:52:54 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.