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

Progress, but still no SVN server (Unknown DAV provider: svn)

From: Seth Landsman <seth_at_boondock.cs.brandeis.edu>
Date: 2002-12-17 19:19:47 CET

Folks,
        Thanks to the terrific responses, I've managed to build apache2
and the subversion client and server. However, I'm now getting hung up
on the two of them talking to each other.

        Following the INSTALL directions, I get:

unicorn:/usr/local/apache2> bin/apachectl start
Syntax error on line 1099 of /usr/local/apache2/conf/httpd.conf:
Unknown DAV provider: svn

        This is a freshly built apache. I've set the port to 8080 and
have tried starting with and without sudo.

        The only other change I made was:

<Location /svn/repos>
        DAV svn
        SVNPath /usr/local/var/lib/svn
</Location>

        which is similar to what the INSTALL directions call for.

        Any clues?

        I have verified that the module does exist.

unicorn:/usr/local/apache2> ls modules/mod_dav_svn.so
modules/mod_dav_svn.so

Thanks,
 Seth

-- 
it is by will alone I set my mind in motion
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 17 19:20:32 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.