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

Re: Could not open the requested SVN filesystem error code: 160043

From: durix <durix.a_at_gmail.com>
Date: Sun, 26 Apr 2009 15:37:13 -0700 (PDT)

You have installed old version of Subversion(probably bacause you have msi
installer there). So download newest version and
http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx
install it (insteed of running subversion as service copy module
mod_dav_svn.so to apache modules directory and access it through apache)

Sherif Mahmoud wrote:
>
> 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
>
>
>
>
> **
>
>

-- 
View this message in context: http://www.nabble.com/Could-not-open-the-requested-SVN-filesystem-error-code%3A-160043-tp19116890p23247548.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1935413
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-27 00:39:38 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.