From owner-freebsd-git@freebsd.org Fri Jan 20 16:18:23 2017 Return-Path: Delivered-To: freebsd-git@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B0E5CB8F9A for ; Fri, 20 Jan 2017 16:18:23 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 067BA10C3 for ; Fri, 20 Jan 2017 16:18:23 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x235.google.com with SMTP id d9so11810607itc.0 for ; Fri, 20 Jan 2017 08:18:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=9nbEwUJUtuR5SYRYOR9xxfYc2DsO68QtlF75KDHVxLo=; b=GeGvtOL2v3HtQemIT/Uw1L1LSppug0aJSj0L5jf1oXrc/3moIbFyEP65aQScA2/p3v dxRXym347kKJIOWq1qNG95SFahtZgdcbGdZF9paqiKmXT0HydcIVbNxJqXianUQiuj1J tGg+raNPM47O1jaW1LZMnTgcF9+d7Xn8D4nL1TbLJSgFXyC6HRfrgn56yOo9c0+mU7KM fncdVU7Hvx5/qCbTYI5lvIqHmMjj8hN+gAvcQ2O8Xtqz6CNKB3uZLpYh7WXjObG2Jxsh R/hK3MKpazpkG1ZIysxakM0+haVltroo6gXMq9cmlOvVpZyLq/XpVAuEhlU6H36aXc2G Y9mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=9nbEwUJUtuR5SYRYOR9xxfYc2DsO68QtlF75KDHVxLo=; b=gFcbod54GIRyZeMsFYGRILARGZeVZbrrsN9atLBAfFOwTve3PT1Z1Ld0fzyDczgJLA bV4Q9m5hKD0kI/KxijhgN76HWqy314RRst6K29rcg/fewGdCzjCXNBs7bMXtydQE6aLE M115+HsGFD6nEOj4vNhf0s+Zhtr7Tes3eSUDKONM+Q/iHCh0pR6NdabWc8HNqvQonDiS h7oaXPwZLxvAx1abQw2YvHtwrcbKLd3pO3rdibyR5OLLiYz+B/xi/naqrELC5wsfWrvE 88Lcc08uVKXGCE/qZOeCWw0ZzLWgB7p3H+9rqcmcdJptzqpbQNp81CBNFUEIM1mGuP8W eWUg== X-Gm-Message-State: AIkVDXLRAB+qOgxLhyzb5HwV9UtmE208E1pN27KkSPz9P475FzkGCi8M3lH+FD8h86nQITU22nTbfF/Qxt1Wvw== X-Received: by 10.36.10.3 with SMTP id 3mr4110982itw.108.1484929102319; Fri, 20 Jan 2017 08:18:22 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.175.159 with HTTP; Fri, 20 Jan 2017 08:18:01 -0800 (PST) From: Ed Maste Date: Fri, 20 Jan 2017 11:18:01 -0500 X-Google-Sender-Auth: eHwSZLwB5pY7XiMWiiCwVt8mYy0 Message-ID: Subject: Re: FreeBSD svn2git aborting: potential workaround To: freebsd-git@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2017 16:18:23 -0000 On 4 January 2017 at 17:24, Ed Maste wrote: > > I'm trying to reproduce the svn2git conversion locally in order to > investigate nonreproducibility issues. ... > > Initially svn2git was aborting on me: Thanks to uqs@'s report[1] a fix to git-fast-import is now in progress. It will make its way into a new git port/package in due course. There is another issue currently foiling attempts at a reproducible svn2git conversion: the internal, master SVN repository and the public mirrors differ. I've found one commit with different metadata (and am not sure if there are other differences). I've opened PR 215968[2] for this. [1] https://www.spinics.net/lists/git/msg293525.html [2] https://bugs.freebsd.org/215968