From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Request inclusion of ioccur.el in ELPA Date: Thu, 15 Mar 2012 21:11:44 -0400 Message-ID: References: <87ipk15un8.fsf@gmail.com> <87zkdcj52e.fsf@gmail.com> <8762e6uv8e.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331860316 9197 80.91.229.3 (16 Mar 2012 01:11:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2012 01:11:56 +0000 (UTC) Cc: emacs-devel@gnu.org, Thierry Volpiatto To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 16 02:11:55 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S8Lhz-0004gs-3g for ged-emacs-devel@m.gmane.org; Fri, 16 Mar 2012 02:11:55 +0100 Original-Received: from localhost ([::1]:37593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Lhy-00043J-EG for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 21:11:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Lhv-00041u-4t for emacs-devel@gnu.org; Thu, 15 Mar 2012 21:11:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8Lht-0005yU-LR for emacs-devel@gnu.org; Thu, 15 Mar 2012 21:11:50 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:16471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Lhr-0005xl-2d; Thu, 15 Mar 2012 21:11:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9soXdS/2dsb2JhbACBX5x7eYhwnhmDH4J6BJsZhAk X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="168251436" Original-Received: from 108-161-119-82.dsl.teksavvy.com (HELO ceviche.home) ([108.161.119.82]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 15 Mar 2012 21:11:44 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2BE98660E0; Thu, 15 Mar 2012 21:11:44 -0400 (EDT) In-Reply-To: <8762e6uv8e.fsf@gnu.org> (Chong Yidong's message of "Thu, 15 Mar 2012 16:25:05 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149092 Archived-At: >> OK, it looks like the repository is not really corrupted: you can still >> check it out, just not directly. I.e. you have to >> "bzr checkout -r 170 ...elpa" and then "bzr update". >> So, it can probably be fixed by fixin bzr without changing >> the repository. So I installed your ioccur, with the patch below. > What about doing `bzr push --overwrite' from revision 170 into the elpa > branch stored on Savannah? You mean reverting to version 170? And then do what with the rest? Replay it? I'd guess that replaying it will re-add the same problem when I add 171. IOW We may end up having to do that, but first I'd like to know what it is that made 171 into a problem (I know that 171 is an unusual commit because it is the result of a "bzr join"). I'm not sure the problem is really a bug in Bzr that resulted in a corrupted 171. It doesn't seem like the repository is really corrupted, so maybe the repository is fine and the bug is only in the checkout code (and indeed, IIUC some (older?) versions of Bzr will happily checkout the current `elpa' branch, since some people failed to reproduce the problem). Stefan