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

SVN - Problem with Apache mod_dav

From: Krishnamurthy, Nataraj <KrishnamurthyN_at_dnb.com>
Date: 2005-02-24 17:24:12 CET

Hi All,

I am trying to configure the Apache 2.0 with SVN and always in vain.

Following is the entry in httpd.conf

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so

..

<Location /svn>
DAV svn
SVNParentPath C:\SVN\DBAISource
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile /svn-auth-file
Require valid-user
</Location>

I have the svn-auth-file in c:\ and has got only user id in it. I created
this file using the htpasswd command. The same user is also an valid user in
SVN.

When I access through the URL even with the correct password it always says
403 forbidden You don't have permission to access /svn on this server.
..Any help in this regard will be very useful.

FYI I user SVN 1.0.9 and apache version is 2.0.52..

Thanks
Nataraj Krishnamurthy
(0044) 01494-42-3087
(0044) 0770-9936263
Received on Thu Feb 24 17:28:06 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.