Setting up a SVN 1.4 server using Apache 2.2 on Ubuntu 15

To setup svn 1.4 , we need to compile both apache 2.2 and svn 1.4 from source. This how to has been tested under Ubuntu Dapper and Edgy. sudo apt-get install build-essential libneon25-dev autoconf libtool -y --force-yes Before starting make sure you have removed previous apache2 and subversion installation from your system. To do this: ...