Seen as this thread has helped me sooo many times:
This is the same as above svn 1.6.11, apache 2.2.15 php 5.2.13 with ssl support and neon (so you can ass the svn locally using http:// instead of svn://)
Code:
cd /home/downloads/svn
wget http://subversion.tigris.org/downloads/subversion-1.6.11.tar.gz
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.11.tar.gz
tar xfvz subversion-1.6.11.tar.gz
tar xfvz subversion-deps-1.6.11.tar.gz
cd subversion-1.6.11/neon
./configure --prefix=/usr/local/neon
make
make install
cd ..
./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apache/bin/apr-1-config --with-apr-util=/home/cpeasyapache/src/httpd-2.2.15/srclib/apr-util --with-neon=/usr/local/neon/ --with-ssl
make
make install
Should be able to copy and paste into your bash session and job done!
I will make an automated bash installer in the future if enough people request it.
Thanks,
Chris