Installing SVN on Cpanel with mod_dav_svn support
Wednesday, April 22nd, 2009This howto helps to install SVN (subversion ) on a cpanel server
Since Cpanel compiles httpd from source ; it is best we compile svn also from source and install the mod_dav_svn apache2 module along with it. Please note that you must have apache2.0 inoder for this to work
Step1 - mod_dav_svn requires mod_dav to be present.So [...]