RE: Could not open the requested SVN filesystem
From: James Couball <justright_at_couball.com>
Date: 2004-03-06 01:54:25 CET
/home/svn and all files it includes must be accessable by the process that
On my system, where httpd runs as the apache user, I would do this:
chown -R apache.apache /home/svn
This has been answered many times in the last week or so on the mail list ;)
Sincerely,
-----Original Message-----
Installed David Summers' FC1 RPMs ( excluding http) on a yum-current FC1
Configured localhost httpd-2.0.48-1.2 httpd.conf with the following
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>
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 (
Help please
Raymond
---------------------------------------------------------------------
---------------------------------------------------------------------
|
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.