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

Re: 403 Forbidden error with SVN 1.1.1 and Apache2

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-10-30 23:30:33 CEST

On 2004-10-30 13:44-0300, Matheus Leite wrote:
>
> <Location /svn>
> DAV svn
> SVNParentPath c:/repo
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile c:/svn-auth-file
> Require valid-user
> </Location>
> ---------------------------------------------------------------------------
>
> When I point to the repository's URL, it does prompt me for a
> password, but the page that follows is a 403 Forbidden Error. I have
> tried many suggestions but now I am really lost. Does anyone know
> where should I look at?

First, to be able to give specific help, we need more specific
problems. =)

Very first, you should check your Apache error logs and see what is
there. Secondly, have you double checked that c:/repo points to the
correct location? Thirdly, do you try to access directly your
http://localhost/svn/? That won't work, because it isn't a repository,
but a SVNParentPath. Lastly, could you access your repository without
Auth-stuff?

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 30 23:31:10 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.