From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3121 invoked by alias); 21 Dec 2010 19:26:18 -0000 Received: (qmail 3106 invoked by uid 22791); 21 Dec 2010 19:26:17 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Dec 2010 19:26:15 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBLJPioQ030936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Dec 2010 14:25:44 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oBLJPheg007297; Tue, 21 Dec 2010 14:25:43 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id oBLJPgke003556; Tue, 21 Dec 2010 14:25:43 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 6D185378493; Tue, 21 Dec 2010 12:25:42 -0700 (MST) From: Tom Tromey To: "Joseph S. Myers" Cc: gdb@sourceware.org, Joel Brobecker , obry@adacore.com, binutils@sources.redhat.com Subject: Re: time to be serious about dropping CVS References: <20100101080137.GP2788@adacore.com> <20101221032725.GS2618@adacore.com> <4D105433.4080302@adacore.com> <20101221161509.GA2554@ednor.casa.cgf.cx> Date: Tue, 21 Dec 2010 19:26:00 -0000 In-Reply-To: (Joseph S. Myers's message of "Tue, 21 Dec 2010 18:39:12 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2010-12/txt/msg00069.txt.bz2 >>>>> "Joseph" == Joseph S Myers writes: Joseph> And I think that gdb+binutils (that is, the files and Joseph> directories you get by checking out that module) should be split Joseph> into its own repository - keep those two together, leave other Joseph> projects to transition or not in their own time and their own Joseph> way. I agree binutils+gdb should be a single repository. I didn't know about the generic --disable- support; developers could either use that or sparse checkouts, as they like. Looking at CVSROOT/modules, I see a couple problem cases. sid depends on BFD, and also includes cgen. There is insight, which depends on gdb. Tom