On Jan 28, 2014, at 08:09, Heather Bartolotta wrote: > Rackspace installed Apache™ Subversion® 1.6.11 on our Redhat Enterprise Linux > 6 Dedicated Rackspace server.
I wonder why? Subversion 1.6 and earlier are no longer supported, ever since the release of Subversion 1.8. http://subversion.apache.org/docs/release-notes/1.8.html#svn-1.6-deprecation > Rackspace says "It looks like to actually use svn+ssh you would need to setup > your ssh > configuration to use an ssh key to that server. Unfortunately I have never > setup svnserve for using http or svn protocol. “ The only protocol svnserve speaks is the svn protocol. There is no way to make svnserve speak the http protocol. If you want to use the http protocol with Subversion, you serve your repositories using Apache httpd and mod_dav_svn, not svnserve.