Bryan Kardisco
2007-01-13 18:43:08 UTC
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
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
Bryan Kardisco
PSU: Class of 2006
Information Sciences & Tech