[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: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2005-07-05 16:25:08 CEST

Sono Chhibber <sono@tnook.com> wrote on 05.07.2005 16:00:15:

> 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.

There's your problem. ParentPath is used to point to the root of many
repositories, like this:

/path/to/svnroot/repo1
/path/to/svnroot/repo2
/path/to/svnroot/repo3

and since

http://www.domain.com/svn/ = /path/to/svnroot/

and /path/to/svnroot/ is not a repository, it doesn't work.

But

http://www.domain.com/svn/repo1/
http://www.domain.com/svn/repo2/
http://www.domain.com/svn/repo3/

should.

Cheers,

---
  Miha Vitorovic
  In¾enir v tehniènem podroèju
  Customer Support Engineer
   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si
---------------------------------------------------------------------
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:43:37 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.