From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24479 invoked by alias); 7 Oct 2009 14:52:11 -0000 Received: (qmail 24470 invoked by uid 22791); 7 Oct 2009 14:52:10 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Oct 2009 14:52:04 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id BDAA280CE; Wed, 7 Oct 2009 16:52:01 +0200 (CEST) From: Jim Meyering To: Joel Brobecker Cc: gdb@sourceware.org Subject: Re: gdb.git hiccup In-Reply-To: <20091006220321.GA12017@adacore.com> (Joel Brobecker's message of "Tue, 6 Oct 2009 15:03:21 -0700") References: <87ws3clkx8.fsf@meyering.net> <87r5tklij2.fsf@meyering.net> <87k4zclc87.fsf@meyering.net> <20091006220321.GA12017@adacore.com> Date: Wed, 07 Oct 2009 14:52:00 -0000 Message-ID: <87hbubxnn2.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00130.txt.bz2 Joel Brobecker wrote: > I just did a quick comparison between the files listed in CVS and > the ones we have in the git mirror, and found the following files > to be missing from gdb.git: > > gdb/windows-termcap.c > bfd/cpu-rx.c > bfd/elf32-rx.c > include/opcode/rx.h > include/elf/rx.h > opcodes/rx-decode.opc > opcodes/rx-dis.c > > This is in addition to the cpu subdirectory. Regarding that subdirectory > and how to import it in git, I am personnally completely fine with > importing it as is in one new commit on top of the current conversion. > I can't remember when the last time was when I actually looked inside > that subdirectory, so I don't imagine that having full history for that > tiny part of the GDB sources is going to be critical. > > Thanks again for helping us use git. Those files are missing, but many more appear to lack changes. I've just noticed that the version of cvsps (used by git-cvsimport for incremental updates to the mirrored-to git repos) installed on the server is only 2.1, while there's a 2.2b1 that has worked reliably on other sites (savannah.gnu.org and et.redhat.com) over numerous repositories. I'll build the newer version and make my cvs-to-git process use it. It can only help. Though it can't repair the current holes in gdb.git. Regarding that, if one of you gdb developers who use gdb.git can send me git format-patch output that makes a clone from gdb.git identical to a just-checked-out-from-cvs gdb directory, I will push it to both the staging and public repositories. That, in combination with the newer cvsps (and a simple safety net that I still have to add to ensure the heads of cvs and git repos remain in sync) should be enough to make this usable and keep it that way.