[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
regards, Uli. -- View this message in context: http://git.661346.n2.nabble.com/git-svn-fetch-segfault-on-exit-tp7592205p7595155.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

Re: git svn fetch segfault on exit

2013-09-02 Thread Uli Heller
by now, so, the latest serf@trunk build should work fine. [1]: https://groups.google.com/d/msg/serf-dev/gOn9HTUN98U/pz0_AqdrmJYJ I've tried the patch for 'serf' included in the thread mentioned above and I can confirm that it fixes the issue for me. Thanks Evgeny! Best regards, Uli