[PATCH v2] git-svn: Fix termination issues for remote svn connections

2013-09-09 Thread Uli Heller
From a763550fc59b756580f9b162839d2737c27f2fe3 Mon Sep 17 00:00:00 2001 From: Uli Heller uli.hel...@daemons-point.com Date: Tue, 3 Sep 2013 09:14:03 +0200 Subject: [PATCH] git-svn: Fix termination issues for remote svn connections When using git-svn in combination with serf-1.2.1 core dumps

Re: [PATCH] git-svn: Fix termination issues for remote svn connections

2013-09-06 Thread Uli Heller
On Fri, September 6, 2013 1:46 pm, Kyle J. McKay wrote: On Sep 5, 2013, at 11:48, Junio C Hamano wrote: Uli Heller uli.hel...@daemons-point.com writes: When using git-svn in combination with serf-1.2.1 core dumps are created on termination. This is caused by a bug in serf, a fix for the bug

Re: [PATCH] git-svn: Fix termination issues for remote svn connections

2013-09-06 Thread Uli Heller
On Fri, September 6, 2013 2:44 pm, Kyle J. McKay wrote: On Sep 6, 2013, at 05:06, Uli Heller wrote: I'm using Git built from master (57e4c1783). I see the same behavior both with and without the SVN/Ra.pm patch (and using both bulk updates and skelta mode). Does the problem not happen

[PATCH] git-svn: Fix termination issues for remote svn connections

2013-09-03 Thread Uli Heller
When using git-svn in combination with serf-1.2.1 core dumps are created on termination. This is caused by a bug in serf, a fix for the bug exists (see https://code.google.com/p/serf/source/detail?r=2146). Nevertheless, I think it makes sense to fix the issue within the git perl module Ra.pm, too.

Re: git svn fetch segfault on exit

2013-09-02 Thread Uli Heller
Am 02.09.2013 13:57, schrieb Evgeny Kotkov: Every git svn call that involves a fetch produces a segmentation fault on exit (but the operation succeeds). From what I see, this looks quite similiar to the 'serf' issue I've recently reported to the serf-dev mailing list [1]. It should be fixed