[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-01-13 19:46:19 CET

On 1/13/07, Bryan Kardisco <bryan.kardisco@gmail.com> wrote:
> Hi guys, I've been looking over the various online message boards and have
> had zero luck getting this error addressed; I'm now hoping someone here can
> help me.
>
> I've been running a LAMP server for quite some time now on a Feodra 6
> machine. I've recently needed to add subversion to the machine for various
> reasons.
>
> I did the typical yum installs and followed the online instructions.
>
> The following DOES work:
>
> SSH into the webserver and run the command
>
> "svn list file:///svn/repos " --> Running this gives me my 3 directories
> I've created
>
> Also going "svn list svn+ssh://mywebserver/svn/repos" gives
> me the same information
>
> However going to the http://mywebsite/svn/repos gives me the error message
> "Could not open the requested SVN File System"
>
>
> To save some questions here are what my config files look like
>
> /etc/httpd/conf.d/subversion.conf
>
>
> <Location /repos>
> DAV svn
> SVNParentPath /svn/repos
> </LimitExcept>
> </Location>

Unless /svn/repos contains 1 or more subdirectories which are
repositories themselves, you want SVNPath, not SVNParentPath.

Also, make sure that SELinux isn't set up and operating in an
overzealous fashion.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 13 19:46:39 2007

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.