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

Unknown DAV provider

From: Andrew Hogue <hogue_at_cs.yorku.ca>
Date: 2002-11-18 16:51:38 CET

Hi,

This is my first time trying to setup an SVN server on my linux pc. I
grabbed all of the source code necessary, compiled and installed it which
worked like clockwork... nice and easy... ;) But, when I go to configure
the server, it says in the install file to add the following to the
httpd.conf file:

<Location /svn/repos>
         DAV svn
        SVNPath /absolute/path/to/repository
</Location>

So, I add the following:
<Location /svn/repos>
        DAV svn
        SVNPath /home/hogue/myrepos
</Location>

but, when I try to start the apache daemon, it gives an error that says
Unknown DAV provider: svn

Have I forgotten to do something?

Thanks,

-- Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 18 16:52:25 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.