I had problems with my subversion module configuration so I ran
Code:
rm /etc/apache2/mods-available/dav_svn*
to delete all related files.

When I tried to reinstall subversion after doing

Code:
# apt-get auto-remove libapache2-svn
# apt-get auto-remove subversion subversion-tools
I get these errors:

Code:
root@mythServer:/CooperNet# apt-get install libapache2-svn
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libsvn1
The following NEW packages will be installed:
  libapache2-svn libsvn1
0 upgraded, 2 newly installed, 0 to remove and 80 not upgraded.
Need to get 0B/882kB of archives.
After this operation, 2060kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously deselected package libsvn1.
(Reading database ... 146185 files and directories currently installed.)
Unpacking libsvn1 (from .../libsvn1_1.5.1dfsg1-1ubuntu2_i386.deb) ...
Selecting previously deselected package libapache2-svn.
Unpacking libapache2-svn (from .../libapache2-svn_1.5.1dfsg1-1ubuntu2_i386.deb) ...
Setting up libsvn1 (1.5.1dfsg1-1ubuntu2) ...

Setting up libapache2-svn (1.5.1dfsg1-1ubuntu2) ...
ERROR: Module dav_svn does not exist!
dpkg: error processing libapache2-svn (--configure):
 subprocess post-installation script returned error exit status 1
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 libapache2-svn
E: Sub-process /usr/bin/dpkg returned an error code (1)
I get these errors when I remove & install subversion too. How do I get a new copy of these files I deleted, or what do I need to do? Thanks in advance.