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

403 Forbidden error with SVN 1.1.1 and Apache2

From: Matheus Leite <matheusleite_at_gmail.com>
Date: 2004-10-30 18:44:48 CEST

Hi people, I am trying to plug SVN 1.1.1 into Apache 2 on Windows XP.
I started from scratch and installed Apache and SVN, then followed the
book instructions and modified the default httpd.conf to include these
lines:

---------------------------------------------------------------------------
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

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

Regards

Matheus

---------------------------------------------------------------------
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:13:26 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.