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

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
apache runs as.

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,
James Couball.

-----Original Message-----
From: Raymond [mailto:support@bigriverinfotech.com]
Sent: Friday, March 05, 2004 4:42 PM
To: users@subversion.tigris.org
Subject: Could not open the requested SVN filesystem

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

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