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

Re: 403 Forbidden

From: Michael Ching <michaelc_at_wush.net>
Date: 2004-06-10 16:16:40 CEST

Frank Febbraro wrote:

>
> <Location /repo>
> DAV svn
> SVNParentPath /svn
> </Location>
>
> My error_log is as such:
> [Thu Jun 10 09:11:11 2004] [error] Could not fetch resource
> information. [403, #0]
> [Thu Jun 10 09:11:11 2004] [error] (2)No such file or directory: The
> URI does not contain the name of a repository. [403, #190001]

Frank,

You probably want to be using SVNPath, not SVNParentPath. The symptoms
you describe fit. If you want to use SVNParentPath you'd create the
repo within the repo directory then access it as
http://server/repo/repo_you_made.

You can read more about the apache2 auth here:
http://svnbook.red-bean.com/svnbook/ch06s04.html#svn-ch-6-sect-4.2

Good luck,
Michael Ching
michaelc@wush.net
http://wush.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 10 16:15:42 2004

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.