3
2
Does anyone of you installed svn 1.8.* together with neon on OS X Mavericks?
I followed this tutorial:
http://jason.pureconcepts.net/2012/10/updating-svn-mac-os-x/
But after trying to configure svn to use neon:
./configure --prefix=/usr/local --with-neon
I get this warning:
configure: WARNING: unrecognized options: --with-neon
Building and installation work fine after this, but of course I can not connect to WEBDAV repositories.
1
The issue seems to be with the carriage-return in the get-deps.sh file. I ran a script to remove these and clean the file and all ran fine http://stackoverflow.com/a/23649350/1463518 Script to delete carriage return
– Ryan Heitner – 2015-03-18T14:24:50.2371
use http://www.wandisco.com/subversion/download#osx for headache free install
– Ryan Heitner – 2015-03-18T15:00:06.710