Fixing libapache2-svn ERROR: Module dav_svn does not exist!

Do you have a problem with libapache2-svn?

Does it tell you it’s partly configured, and that ERROR: Module dav_svn does not exist!?

Well, just create the folders

  • /etc/apache2/mods-available/dav_svn.conf
  • /etc/apache2/mods-available/dav_svn.load

and you can remove it.

And you can do a purge to completely remove it, including the config files you just created:

aptitude purge libapache2-svn

Solution via