[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: Bryan Kardisco <bryan.kardisco_at_gmail.com>
Date: 2007-01-13 19:43:08 CET

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>

/etc/httpd/conf/httpd.conf

User apache
Group apache

/etc/group

apache:x:48:apache,svn

doing a ls -asl
8 drwxrwxrwx 3 svn apache 4096 Jan 12 16:57 svn

---
Hopefully someone can help me out
-- 
Bryan Kardisco
PSU: Class of 2006
Information Sciences & Tech
Received on Sat Jan 13 19:43:28 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.