[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 error code: 160043

From: Sherif Mahmoud <shassan1973_at_gmail.com>
Date: Fri, 22 Aug 2008 10:48:49 -0500

Hi,

I'm new to subversion. I need your help to solve my problem and make it work
with apache and later use the TortoiseSVN client. My configuration is as
follows:

-Windows XP PRO SP3
-Apache 2.2.9
-Subversion version 1.4.6 (r28521)

I have the following lines in apache\conf\httpd.conf:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn>
  DAV svn
  SVNListParentPath on
  SVNParentPath D:/SVN
  #SVNIndexXSLT "/svnindex.xsl"
  AuthType Basic
  AuthName "Subversion repositories"
  AuthUserFile passwd
  #AuthzSVNAccessFile svnaccessfile
  Require valid-user
</Location>

my passwd file exists under c:\apache\

I created a repository at the following path D:\SVN\myRepository\
-All the repository files/folders have been created successfully under
D:\SVN\myRepository\

I have administrator rights as it's my own PC. so everything is created with
my Administrator account which has full access to everything on the
computer.

whenever I try to access my repository from my browser using the following
repository url: http://localhost/svn/myRepository/
apache displays the following:

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

In apache access.log I get the following: "GET /svn/ITWORX/ HTTP/1.1" 500
239

In apache error.log I get the following : [error] [client 127.0.0.1] Could
not open the requested SVN filesystem [500, #160043], referer:
http://localhost/svn/

I'd appreciate it if anybody could help me overcome this problem as I tried
a lot to find a solution over the web with no luck. :(

Thanks,

SM

**
Received on 2008-08-23 01:07:20 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.