Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Segmentation fault: 11 in SVN checkout

Tags:

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

like image 531
Petter_kack Avatar asked Nov 19 '14 16:11

Petter_kack


1 Answers

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.)
like image 61
user1341902 Avatar answered Oct 24 '22 03:10

user1341902