From kde-bugs-dist Tue Nov 13 00:29:45 2007 From: Michael Pyne Date: Tue, 13 Nov 2007 00:29:45 +0000 To: kde-bugs-dist Subject: [Bug 151971] kdesvn-build aborts with: "IPC failure during Subversion Message-Id: <20071113002945.27381.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=119491378802093 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=151971 michael.pyne kdemail net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From michael.pyne kdemail net 2007-11-13 01:29 ------- SVN commit 735914 by mpyne: Fix bug 151971 (kdesvn-build SVN aborts with IPC failure). I was never able to pin down what was causing the bug, or to reliably reproduce it. So I went and completely ditched the old IPC code instead. :( It has been rewritten using anonymous pipes and adding an extra process so that the update and build processes can both proceed unfettered. Also added is a command line option (--no-async) to disable the IPC stuff. You can set it as a config file option as well (just called async), it defaults to enabled. In addition the async mode is turned off unless performing both the update and build processes. In theory async mode should always work but I see no reason to test the issue unnecessarily. BUG:151971 M +393 -124 kdesvn-build WebSVN link: http://websvn.kde.org/?view=rev&revision=735914