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

403 Error - Could not fetch resource information.

From: Sono Chhibber <sono_at_tnook.com>
Date: 2005-07-05 06:11:22 CEST

Hello,

I saw someone else had this problem and solved it, but unfortunately
they did not post their solution. :(

In any case at some point in the day today, my subversion repository
started acting up. While trying to browse or access the respoitory the
following lines would show up in my apache error log and ofc I was
unable to access the repsoitory via http.

[Mon Jul 04 21:31:57 2005] [error] [client 68.149.12.45] Could not fetch
resource information. [403, #0]
[Mon Jul 04 21:31:57 2005] [error] [client 68.149.12.45] (2)No such file
or directory: The URI does not contain the name of a repository. [403,
#190001]

Here is my configuration in httpd.conf
<Location /svn>
      DAV svn
      SVNParentPath /path/to/svnroot
      SVNIndexXSLT "/svnindex.xsl"
      AuthType Basic
      AuthName "Authorization Realm"
      AuthUserFile /path/to/passwd
      Require valid-user
  </Location>

- My SVNParentPath is correct.
- My passwd file is correct and in the correct place
- The directory in question is even owned by the apache user
- All permissions are correct
- I can checkout the repo use file:/// on the host no problem

I have tried accessing the system without the auth configuration as well
and receieve the same error.

Something has obviosuly changed, but I cannot figure out for the life of
me.what.

Would anybody please please be able to provide some insight into this
problem. If you need more info I can glady provide it.

Thaks
SC

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 10:28:46 2005

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.