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

Help: Could not open the requested SVN filesystem

From: Fayun Luo <fayun_at_nymed.net>
Date: 2004-08-18 16:13:08 CEST

Hi,

 

I just install subversion-1.0.6-1 under linux9.0. The installation was
successful. I can checkout using command: svn checkout
file:///usr/local/svnrep/test.

 

However, when I tried to point my browser to
http://localhost/svnrep/test, I got this error message:

 

Could not open the requested SVN filesystem.

 

 

The repository directory /usr/local/svnrep is owned by apache.apache.
httpd is running as apache.

 

Here is my httpd.conf for the subversion:

 

<Location /svnrep>

            DAV svn

            SVNParentPath /usr/local/svnrep

            AuthType Basic

            AuthName "Subversion repository"

            AuthUserFile /etc/svn-auth-file

            Require valid-user

</Location>

 

 

Any thoughts?

 

Thanks a lot

Fayun

 
Received on Wed Aug 18 16:13:22 2004

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.