# move to home directory cd ~/ # download svn source wget https://archive.apache.org/dist/subversion/subversion-1.7.14.tar.bz2 # extract source tar -xzvf subversion-1.7.14.tar.bz2 # enter extracted directory cd subversion-1.7.14 # configure svn ./configure --with-apr=/opt/cpanel/ea-apr16/bin/apr-1-config --with-apr-util=/opt/cpanel/ea-apr16/bin/apu-1-config --with-apxs=/usr/bin/apxs --with-neon=/usr/local # make and install make && make install