svn stopped working in my Mac after upgrade to Yosemite. I know there is a very similar question with no answer, Segmentation fault: 11 in SVN checkout, however I\'ve spent
Finally, it worked! Thanks @indiv for your help! I was about to give up and revert to Mavericks.
I had to compile neon, version 0.29.0.
./configure --prefix=/usr/local/neon --with-ssl
Then I recompiled svn:
./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-apxs=/usr/local/apache2/bin/apxs --enable-debug --enable-maintainer-mode --without-sasl --with-neon=/usr/local/neon --with-ssl
And it works!
You can also download and install the binary from WANDisco:
https://www.wandisco.com/subversion/download/download-certified-wandisco-subversion-binaries?f=subversion/Subversion-Client-1.8.10_10.10.x.pkg
Worked for me.