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

Missing folder / "Could not open the requested SVN filesystem"

From: Dietmar Fleischhauer (WhereGroup) <d.fleischhauer_at_wheregroup.com>
Date: Sat, 09 Jun 2012 14:37:13 +0200

Hi,

after migrating some repositories to a new server with the same
directory layout and permissions (but new OS and svn), I get the
following error:

<D:error>
  <C:error/>
    <m:human-readable errcode="2"> Could not open the requested SVN
filesystem </m:human-readable>
  </D:error>

The data was dumped with svnadmin and then loaded into a freshly created
repo on the new server (from SVN 1.5 on Debian 4.0 to v. 1.6 on Debian
6.0). The dav module is installed, and I couldn't find a difference in
it's configuration.

Comparing the old and new repo directories, I found one difference: the
old repos contain a sub-folder "dav" with a file "activities", which are
missing in the new repo. And indeed, the "svnadmin create" on the old
server creates an (empty) dav folder on the fly, while the new one does
not. Manually creating such a folder didn't have any effect.

The Apache config looks like this:

        <Location /wheregroup>
                DAV svn
                SVNPath "/data/svn/myproject"
                AuthzSVNAccessFile "/etc/apache2/authz"
                AuthType Basic
                AuthName "SVN"
                AuthUserFile /etc/apache2/pw
                AuthGroupFile /etc/apache2/pwg
                Require group svngroup
        </Location>

Could youplease give me a hint?

Thanks a lot!
Dietmar
Received on 2012-06-09 14:38:09 CEST

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.