[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: Steve <subversion_at_digitalnothing.com>
Date: 2004-03-22 08:00:07 CET

I finally setup Subversion using Apache, and on my first attempt to access
my repository, I get this:

http://192.168.1.102/svn/testrepo

  <?xml version="1.0" encoding="utf-8" ?>
  <D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns"
xmlns:C="svn:">
  <C:error />
  <m:human-readable errcode="160029">Could not open the requested SVN
filesystem</m:human-readable>
  </D:error>

My Apache location config is as follows:

<Location /svn/testrepo>
        DAV svn
        SVNPath /usr/svn/testrepo
        Order allow,deny
        Allow from all
</Location>

The "testrepo" repository was created successfully, and has all of the
expected files from "svnadmin create". Any idea what's going on here?

Thanks,
Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 22 08:00:38 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.