[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: Jamie Cash <jlcash_at_btinternet.com>
Date: 2006-01-16 02:37:27 CET

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
Received on Mon Jan 16 02:42:48 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.