From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duy Nguyen Subject: Re: recovering from "unordered stage entries in index" error Date: Tue, 26 May 2015 20:37:23 +0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Junio C Hamano , "git@vger.kernel.org" To: "McHenry, Matt" X-From: git-owner@vger.kernel.org Tue May 26 15:39:01 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YxF4M-00067H-0m for gcvg-git-2@plane.gmane.org; Tue, 26 May 2015 15:38:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755068AbbEZNil (ORCPT ); Tue, 26 May 2015 09:38:41 -0400 Received: from mail-ig0-f180.google.com ([209.85.213.180]:34190 "EHLO mail-ig0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932298AbbEZNiE (ORCPT ); Tue, 26 May 2015 09:38:04 -0400 Received: by igbhj9 with SMTP id hj9so59604363igb.1 for ; Tue, 26 May 2015 06:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=SPfyp0HoArpGimxya7Nn1xn/yuNBDma6f4NYgPYZHsc=; b=wIGDx5sde8/2fDgLZme3PvxtOt6bSeVQGlN7ShPhjkPkJM9/A7N4iH75e5x+KvfFZC jfLvHI6ui97OsSS3nbaZgvTWIy/nRsDchmDiHtMuD90NOproOvPgZpKQcsw6Yh+LYj5d NsnlbS00fdR5Yn4Q0Z6puQj1tNy1ZUAv7Ipa1g73pEBYlgJRaruJ71f9TJcFWBgNvOT6 c68XJHSlNuZcfmfL7vBY5jhU2Cd60apbJTas7SJzJS+wD8fINVgb0kNxUrLvpz8VfoBh rhlSikyDiWaSYgim8g+6emD51zRFS8dq9wRu4etqYeGmvFVA6ghrlsxlWx8z+qmMYKpm +kxA== X-Received: by 10.42.76.146 with SMTP id e18mr30983309ick.42.1432647474143; Tue, 26 May 2015 06:37:54 -0700 (PDT) Received: by 10.107.181.136 with HTTP; Tue, 26 May 2015 06:37:23 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, May 26, 2015 at 8:28 PM, McHenry, Matt wrote: >> see these commands, or something else. Could you try again with >> GIT_TRACE=/absolute/path/to/some/where instead of GIT_TRACE=2 and post >> the content of /abso../some/where? > > It looks the same as far as I can see: > > $ GIT_TRACE=/tmp/git-trace git svn fetch > fatal: unordered stage entries in index > write-tree: command returned error: 128 > > $ egrep -i 'read|tree|update|index' /tmp/git-trace > 13:26:08.169921 git.c:348 trace: built-in: git 'write-tree' OK I give up. Can't think of how the index is written, and by whom. -- Duy