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

Newbie to SVN- Need Help regarding Apache configuration.

From: Maninder Singh\(SDG\) <singhma_at_quark.com>
Date: 2006-01-05 14:34:27 CET

Hi All,
        I'm a newbie to SVN and am trying to setup SVN with Apache (on a
demo system). Any help is highly appreciated.

I've installed apache2-2.0.54-10. I'm running apache on port 8000
After going through the SVN book that I downloaded from the SVN
Web-site, I tried configuring Apache for SVN.

However, I get the following error when I try to check-out the code by
specifying: http://myserver:8000/svn

================================== ERROR ==============================
"Error: PROPFIND request failed on '/svn'
Error: PROPFIND of '/svn': 403 Forbidden (http://10.91.0.217:8000)"
=======================================================================

The Apache file contains the following entry:
<Location /svn>
        DAV svn
        SVNParentPath /usr/local/svn
        # how to authenticate a user
        AuthType Basic
        AuthName "Subversion repository"
        AuthUserFile /usr/local/apache2/svnpasswd

       # For any operations other than these, require an authenticated
user.
        <LimitExcept GET PROPFIND OPTIONS REPORT>
                Require valid-user
        </LimitExcept>
</Location>

Permissions on the /usr/local/svn directory are:

myserver: # ll -d /usr/local/svn

drwxrwxrwx 7 svnadmin common 4096 Jan 4 19:05 /usr/local/svn

What am I doing wrong? Appreciate your help.

Thanks & Regards,
Maninder Singh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 5 14:59:24 2006

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.