Re: Could not open the requested SVN filesystem
From: Jamie Cash <jlcash_at_btinternet.com>
Date: 2006-01-16 20:43:43 CET
Below is the full apache log for the request:
[Mon Jan 16 17:11:46 2006] [error] [client 81.130.207.88] Could not
I have searched the mail archives, and the only reference I have found,
I am using Apache version 2.2.0.
Any help would be much appreciated.
Regards
Jamie
--- Original Message I am getting the following error when checking out from my repository using mod_dav_svn: Could not open the requested SVN filesystem I am using apache2 with the following config: #Subversion LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /svn> DAV svn SVNParentPath /srv/svn AuthType Basic AuthName "Subversion repository" AuthUserFile "/usr/share/apache2/etc/svn-auth-file" Require valid-user </Location> My svn repository is set up in /srv/svn and the permissions are set up as 777 (For testing, I will restrict them once I get this working). I have a project under trunk/eccgroup but when I check out using svn co http://www.ecommerce-consultancy.co.uk/trunk/eccgroup I get the following error: Could not open the requested SVN filesystem My apache error_log file lists the following: [Mon Jan 16 01:23:04 2006] [error] [client 81.130.207.88] Could not fetch resource information. [500, #0] [Mon Jan 16 01:23:04 2006] [error] [client 81.130.207.88] Could not open the requested SVN filesystem [500, #2] [Mon Jan 16 01:23:04 2006] [error] [client 81.130.207.88] Could not open the requested SVN filesystem [500, #2] [Mon Jan 16 01:29:52 2006] [error] [client 81.130.207.88] (20014)Internal error: Can't open file '/srv/svn/trunk/format': No such file or directory I can confirm that there is no directory under /srv/svn called trunk, but I'm not sure that there should be, or is my repository set up incorrectly? I am running subversion 1.3.0 (r17949). The check out works fine when I use svn co file:///srv/svn/trunk/eccgroup Any help would be much appreciated. Regards Jamie > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Jan 16 22:26:52 2006 |
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.