> 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.
>