On Mon, Mar 31, 2014 at 9:20 PM, Mohsin Abbas <mohsinchan...@gmail.com> wrote: > Hi, > > I am running subversion 1.4.2 server with apache 2.2.14 on Linux machine . > Now I want to upgrade to subversion 1.8.8 with apache 2.2.25 . Please guide > me how to upgrade ?
Oh, brother. Given the age of your old software, I'm betting that the new software has no packages published on your current operating system, and would involve building a big dependency chain to get it to install. Been there, done that, and I publish my tools for building Red Hat compatible versions of current Subversion packages over at https://github.com/nkadel/. You're welcome to them if you're on a Red Hat based system of at least RHEL 6, in order to build or package Subversion 1.8.5 or less. Otherwise, along with other good advice posted here, be ready to update your entire Linux operating system to get more recent libraries for Apache and for Subversion. In fact, I wouldn't even do it on the same system: I'd start with a clean new system, using "svnsync" to pull updates from the old system until the switchover.