From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 743 invoked by alias); 7 Oct 2013 16:43:35 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 726 invoked by uid 89); 7 Oct 2013 16:43:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-oa0-f54.google.com Received: from mail-oa0-f54.google.com (HELO mail-oa0-f54.google.com) (209.85.219.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 07 Oct 2013 16:43:34 +0000 Received: by mail-oa0-f54.google.com with SMTP id n5so6546792oag.27 for ; Mon, 07 Oct 2013 09:43:33 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.131.197 with SMTP id oo5mr2686404oeb.39.1381164212932; Mon, 07 Oct 2013 09:43:32 -0700 (PDT) Received: by 10.76.110.15 with HTTP; Mon, 7 Oct 2013 09:43:32 -0700 (PDT) In-Reply-To: <87y565m7ma.fsf@fleche.redhat.com> References: <87y565m7ma.fsf@fleche.redhat.com> Date: Mon, 07 Oct 2013 16:43:00 -0000 Message-ID: Subject: Re: src.git test repository From: "H.J. Lu" To: Tom Tromey Cc: Binutils Development , GDB Development Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00051.txt.bz2 On Mon, Oct 7, 2013 at 8:19 AM, Tom Tromey wrote: > I've made a src.git test repository for testing. Please try it out. > > The new repository came in much smaller than I thought: 196M. > My checked-out tree is 506M. > > You can get it in the usual ways. I used: > > git clone ssh://sourceware.org/git/src.git > > I think "git://" works as well; not sure about http transport. > > Note that I made this repository last week, before I did most of the > requested email address updates. > > > This repository was made by a rather complicated process. I stitched > together Pedro's git repository holding very old (pre-devo) gdb > releases, a somewhat edited snapshot of devo that I got from Ian and > Nick, and of course "src". > I noticed that binutils-2_24-branch only has binutils source. How will binutils-2_25-branch be made? Will it include gdb source? H.J.