Tue Feb 16 18:14:08 EET 2010

Fix to an "Unknown DAV provider: svn" on Debian GNU Linux

I've been installing subversion with WebDAV support on Apache2. After
configuring in the VirtualHost to have support for WebDAV:
I encountered the following error while testing apache configuration:
Unknown DAV provider: svn
In order to fix the problem I had to install libapache2-svn.
Here is how;

apt-get install the libapache2-svn


This fixed the issue.