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

Re: 403 Error - Could not fetch resource information.

From: Sono Chhibber <sono_at_tnook.com>
Date: 2005-07-05 16:00:15 CEST

Ben Collins-Sussman wrote:

>
> On Jul 4, 2005, at 11:11 PM, Sono Chhibber wrote:
>
>>
>> [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>
>
>
>
> You never tell us what URL you're accessing, so we can't see the
> whole picture here.
>
>
I hope you can understand, I have to keep paths and names to a minimum

The url I am trying to browse the repositories by is,
http://www.domain.com/svn/
Last night I found a permissions problems with a few folders buried with
in a repository, this fixed the ability to check out,commit, update,
etc.. via http. But I still canot browse the source online, which is
giving me the 403 error in my apache logs.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 16:12:49 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.