[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: Raymond <support_at_bigriverinfotech.com>
Date: 2004-03-06 01:41:47 CET

Installed David Summers' FC1 RPMs ( excluding http) on a yum-current FC1
notebook (reiserfs).

Configured localhost httpd-2.0.48-1.2 httpd.conf with the following

        LoadModule dav_svn_module modules/mod_dav_svn.so

        <Location /svn>
                DAV svn
                SVNParentPath /home/svn
        </Location>

httpd daemon restarted without error.

Repository successfully created via

        svnadmin create /home/svn/test

/home/svn/ ownership is root and permissions are 755 and 644 respectively.

Browser pointed to http://localhost/svn/test complains:

        "Could not open the requested SVN filesystem"

BTW, same error message for non-existent repository too (
http://localhost/svn/foo )

Help please

Raymond

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 6 01:43:57 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.