From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32642 invoked by alias); 23 Aug 2013 17:01:57 -0000 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 Received: (qmail 32617 invoked by uid 89); 23 Aug 2013 17:01:56 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 23 Aug 2013 17:01:56 +0000 Received: by mail-ob0-f175.google.com with SMTP id xn12so914660obc.6 for ; Fri, 23 Aug 2013 10:01:54 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.59.130 with SMTP id z2mr522464oeq.65.1377277314543; Fri, 23 Aug 2013 10:01:54 -0700 (PDT) Received: by 10.76.174.70 with HTTP; Fri, 23 Aug 2013 10:01:54 -0700 (PDT) In-Reply-To: References: <8738q4gj7a.fsf@fleche.redhat.com> <201308222010.r7MKAljG013904@glazunov.sibelius.xs4all.nl> <87wqnda0tm.fsf@fleche.redhat.com> Date: Fri, 23 Aug 2013 17:01:00 -0000 Message-ID: Subject: Re: A Proposal to Move to Git From: "H.J. Lu" To: Matt Rice Cc: Tom Tromey , Mark Kettenis , GDB , Binutils Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-08/txt/msg00122.txt.bz2 On Fri, Aug 23, 2013 at 9:47 AM, Matt Rice wrote: > On Fri, Aug 23, 2013 at 9:37 AM, H.J. Lu wrote: >> On Fri, Aug 23, 2013 at 9:24 AM, Matt Rice wrote: >>> On Fri, Aug 23, 2013 at 8:40 AM, H.J. Lu wrote: >>>> I assume git repo has both binutils and gdb. Is that possible to >>>> only checkout binutils portion? >>>> >>> >>> you can do this with sparse checkouts, but note that it is something >>> you will have to do on the client side, as far as I know there is no >>> way to configure this from the server side/on cloning, and your .git >>> dir will contain history for both.. >>> >> >> Does sparse checkout work for binuitls/gdb git repo? >> Has anyone tried? > > It did the last time that I tried, and was even useful for doing an > uberbaum tree using the gcc git mirror, this may make maintaining the > files existing in both repositories easier, but since it required a > different conversion of the repositories than the current mirrors, I > haven't done so recently. We need to provide scripts to enable sparse checkout for binutils and gdb. -- H.J.