From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102002 invoked by alias); 10 Jul 2018 08:34:24 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 101954 invoked by uid 89); 10 Jul 2018 08:34:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*i:sk:CAH6eHd, jwakelygccgmailcom, jwakely.gcc@gmail.com, U*jwakely.gcc X-HELO: mail-it0-f42.google.com Received: from mail-it0-f42.google.com (HELO mail-it0-f42.google.com) (209.85.214.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jul 2018 08:34:20 +0000 Received: by mail-it0-f42.google.com with SMTP id w16-v6so7940087ita.0 for ; Tue, 10 Jul 2018 01:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4PdbA6/HcmwniDDffoHig7UswRa2zeqNhXTx7I5VfMA=; b=rP1wYaPs/p4WnTTHs9P2KzKcHSBkk5ItsYrAM0vGhsJoUy5DlRBzQtfKmQejJ9yXAQ Gx52b5MAB7nGOn4n4IdMftigemk+mQ/8iP5B97fHJyApCCCmZc8Wn772OdZi8w7bx+2l Hb7UpJj9evV/MXAw/obWYfwxMtAHLmy+LaG8vGMSGDyk/pME6Xg0z9aIBgm/GhWdafyl miypvXzgkT1mli3ylN1SZ80W7u9E8oLsI0u8ElgtlGyj8aKovoF9Sq76HoNqXg4lMbvW /WVxw699CcpciZzXVtsuIvQLJTub5iHCKixlnv1QldL+fOrNFXJWNRlUvl6PxUL4bOYi naJw== MIME-Version: 1.0 References: <20180709191911.648443A4AA7@snark.thyrsus.com> <309363c2-0a5d-29f8-7c7e-19734e7cfa7a@t-online.de> <20180709195957.GB32057@thyrsus.com> In-Reply-To: From: Jonathan Wakely Date: Tue, 10 Jul 2018 08:34:00 -0000 Message-ID: Subject: Re: Repo conversion troubles. To: Eric Raymond Cc: Bernd Schmidt , "gcc@gcc.gnu.org" , fallenpegasus@gmail.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00156.txt.bz2 On Tue, 10 Jul 2018 at 09:19, Jonathan Wakely wrote: > > On Mon, 9 Jul 2018 at 21:00, Eric S. Raymond wrote: > > > > Bernd Schmidt : > > > On 07/09/2018 09:19 PM, Eric S. Raymond wrote: > > > > Last time I did a comparison between SVN head and the git conversion > > > > tip they matched exactly. This time I have mismatches in the following > > > > files. > > > > > > So what are the diffs? Are we talking about small differences (like one > > > change missing) or large-scale mismatches? > > > > Large-scale, I'm afraid. The context diff is about a GLOC. > > I don't see how that's possible. Most of those files are tiny, or > change very rarely, so I don't see how that large a diff can happen. > > Take zlib/configure.ac and zlib/configure, there's only been one > change in the past 18 months: https://gcc.gnu.org/r261739 > That change didn't touch the other files in the list. > > libtool.m4 has one change in the past 2 years (just a few days ago): > https://gcc.gnu.org/r262451 > That was also tiny, and didn't touch the other files. > > maintainer-scripts/crontab only has one change in the past 6 months: > https://gcc.gnu.org/r259637 > That was a tiny change, and didn't touch any other files. > > None of those were merges from any other branch. libtool.m4 ltmain.sh Changed by https://gcc.gnu.org/r262451 libvtv/ChangeLog libvtv/configure libvtv/testsuite/lib/libvtv.exp Changed by https://gcc.gnu.org/r257809 https://gcc.gnu.org/r259462 https://gcc.gnu.org/r259487 https://gcc.gnu.org/r259837 https://gcc.gnu.org/r259838 (but mostly one line changes). lto-plugin/ChangeLog lto-plugin/configure lto-plugin/lto-plugin.c Changed by https://gcc.gnu.org/r259462 and https://gcc.gnu.org/r260960 MAINTAINERS This file sees a air bit of churn, but all one line changes. https://gcc.gnu.org/viewcvs/gcc/trunk/MAINTAINERS?view=log maintainer-scripts/ChangeLog maintainer-scripts/crontab maintainer-scripts/gcc_release Changed by https://gcc.gnu.org/r257045 and https://gcc.gnu.org/r259637 and https://gcc.gnu.org/r259881 Makefile.def Makefile.in Makefile.tpl Changed by https://gcc.gnu.org/r261717 (which didn't touch any other files) but also by some large changes, which might have been merges: https://gcc.gnu.org/r255195 (large removal of feature) https://gcc.gnu.org/r259669 https://gcc.gnu.org/r259755 https://gcc.gnu.org/r261304 (another large feature removal) https://gcc.gnu.org/r262267 zlib/configure zlib/configure.ac Changed by https://gcc.gnu.org/r261739 There's no single change that touched all of them. Not even two or three changes that seem seem to have anything in common, except for autoconf regeneration, which happens frequently throughout GCC's history.