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