Segmentation fault: 11 in SVN checkout

svn

I wanted to get project from code.google.com. I searched google and found that svn is shipped along with Mac OS. We just need to type the command in terminal. Here is the project.

$ svn checkout http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk piccolo2d.java

When i tired above command I got following issue.
"Segmentation fault: 11"

I'm using OSX Yosemite.

Thank you for help

Best Answer

I had the same issue, getting rid of SVN 1.6.5 fixed it for me.

  1. I figured out which SVN version I was on using svn help - turned out to be 1.6.5
  2. I uninstalled SVN as outlined here - How do I uninstall subversion on OS X. (I went to /usr/local/bin and deleted all files starting with svn)
  3. Everything works now. I'm now on SVN version 1.7.17. (I didn't install anything, I suspect this is related to me already having installed Xcode.)