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

Problem with installing subversion 1.8.5 with apache 2.4.3

From: Listman <list.man_at_bluejeantime.com>
Date: Fri, 3 Jan 2014 15:15:10 -0500

I am installing apache 2.4.3 and subversion 1.8.5 and I keep getting this error when starting apache:

Unknown DAV provider: svn

I researched the internet and reread the INSTALL instructions in subversion and I can’t get it to work.

Here is my apache config:

<Location /svn>
   DAV svn <— this line causes the error
#This directive allows serving multiple repos
   SVNParentPath /var/repos
   SVNListParentPath on
 SVNAutoversioning on
   ModMimeUsePathInfo on
  SVNAllowBulkUpdates On
#Access control policy
        AuthzSVNAccessFile /etc/svn-policy
        Authtype basic
        AuthName "Subversion Repository!"
        AuthUserFile /etc/svn-auth-file
#<LimitExcept CONNECT GET PROPFIND OPTIONS REPORT>
         Require valid-user
#</LimitExcept>
SVNIndexXSLT "/svnindex.xsl"
</Location>

I have linked all of the proper mods to apache.

Any ideas?

TIA,

ZK
Received on 2014-01-03 21:15:35 CET

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.