On Fri, Feb 01, 2008 at 07:55:20PM -0800, Wink Saville wrote: >> Can you show the contents of .git/config ? >> [...] > [svn-remote "svn"] > url = https://async-msgcomp.googlecode.com/svn/trunk > fetch = :refs/remotes/git-svn There's your problem. The url line should only contain the SVN root. If you change it thusly: [svn-remote "svn"] url = https://async-msgcomp.googlecode.com/svn fetch = trunk:refs/remotes/git-svn It will no longer segfault. I had the same issue with a repository of my own. -- -Steven Walter <stevenrwalter@xxxxxxxxx> Freedom is the freedom to say that 2 + 2 = 4 B2F1 0ECC E605 7321 E818 7A65 FC81 9777 DC28 9E8F - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html