From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130497 invoked by alias); 10 Jul 2018 08:20:19 -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 130481 invoked by uid 89); 10 Jul 2018 08:20:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1223 X-HELO: mail-io0-f182.google.com Received: from mail-io0-f182.google.com (HELO mail-io0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jul 2018 08:20:12 +0000 Received: by mail-io0-f182.google.com with SMTP id l14-v6so9597349iob.7 for ; Tue, 10 Jul 2018 01:20:12 -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=G2ZqEcPQwW8dP3GpodIoD5UlG1SVlPRK7rmS+59om1I=; b=jyk6vS8yxOMClbXPRotc7iMAio+zhnkCfrbu13fpdgkldOCkVi7HeDJW8Et56U3863 623DAuoTaX7X3AlSFPYcol5047D7dQt0Sb+QLMXcmProDOY71oAUG4kPIcdeQ9JAYBra SoKf/87eb8ZyK2LPp5DOKhvdafIPErIT5OjUYCN7WByAbUtcS6R0e7DWjWtNfFNYwnF3 p8/Be/VN26DYcod1arryExKnui/CwRdOWwlo15iFlfO4g5+LX/jdh8Kpn0gsgNKNW62U eMSkgv6dqxuJzBSB+IHLPICMqnigkOGIgRmrWj3VF5lPM838JAYDW8qIC4IWCW8KjXK5 DyRA== 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: <20180709195957.GB32057@thyrsus.com> From: Jonathan Wakely Date: Tue, 10 Jul 2018 08:20: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/msg00155.txt.bz2 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.