On 08/21/2016 03:24 PM, Adam Jensen wrote: [snip] > My CentOS (el7.x86_64) machine only has subversion 1.7.14 available: [snip]
I would still like to be set up to build from source, but for those on CentOS-7 that would like convenient installation of a recent version, I found this page: http://tecadmin.net/install-subversion-1-8-on-centos-rhel/ and adapted the instructions like this: sudo vi /etc/yum.repos.d/wandisco-svn.repo [WandiscoSVN] name=Wandisco SVN Repo baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/ enabled=1 gpgcheck=0 Then: sudo yum remove subversion* sudo yum clean all sudo yum install subversion subversion-devel subversion-tools \ subversion-python subversion-perl subversion-gnome mod_dav_svn