From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15822 invoked by alias); 3 Oct 2009 17:05:43 -0000 Received: (qmail 15810 invoked by uid 22791); 3 Oct 2009 17:05:42 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Oct 2009 17:05:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A5F442BABC1; Sat, 3 Oct 2009 13:05:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id p+PbF1jdl8qZ; Sat, 3 Oct 2009 13:05:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6C8352BABBC; Sat, 3 Oct 2009 13:05:33 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 623BDF5921; Sat, 3 Oct 2009 10:05:31 -0700 (PDT) Date: Sat, 03 Oct 2009 17:05:00 -0000 From: Joel Brobecker To: Jim Meyering Cc: gdb@sourceware.org Subject: Re: gdb.git hiccup Message-ID: <20091003170531.GA32086@adacore.com> References: <87ws3clkx8.fsf@meyering.net> <87r5tklij2.fsf@meyering.net> <87k4zclc87.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k4zclc87.fsf@meyering.net> User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00060.txt.bz2 Hi Jim, Bad luck on the gdb.git repository. I have been very much enjoying the git mirror for GDB, so I'm very thankful you're taking the time to do that for us. > If anyone can say which tags and branches can be removed, I'll be happy > to remove them and prune all associated commits. Do you think they take much space? Perhaps keeping all the branches related to GDB might be convenient occasionally. The following branches are not gdb-related, so I'm assuming we can get rid of them: origin/binutils-2_10-branch origin/binutils-2_11-branch origin/binutils-2_12-branch origin/binutils-2_13-branch origin/binutils-2_14-branch origin/binutils-2_15-branch origin/binutils-2_16-branch origin/binutils-2_17-branch origin/binutils-2_18-branch origin/binutils-2_19-branch origin/binutils-2_20-branch origin/binutils-arc-20081103-branch origin/binutils-csl-2_17-branch origin/binutils-csl-arm-2005q1-branch origin/binutils-csl-gxxpro-3_4-branch origin/cgen-1_1-branch origin/cgf-deleteme origin/cgf-dev-branch Not sure what this is about, but they don't follow the naming convention for GDB branches, so I think it's OK to delete these as well: origin/cr-0x5e6 origin/cr-0x5ef origin/cr-0x5f1 origin/cr-0x9b origin/cr-0x9c origin/cr-0x9e These are really old development branches. I don't think anyone is gonig to refer to them anymore, so I think it's OK to delete these: origin/cagney-unwind-20030108-branch origin/cagney_bfdfile-20040213-branch origin/cagney_bigcore-20040122-branch origin/cagney_convert-20030606-branch origin/cagney_fileio-20030521-branch origin/cagney_frameaddr-20030403-branch origin/cagney_framebase-20030326-branch origin/cagney_lazyid-20030317-branch origin/cagney_offbyone-20030303-branch origin/cagney_regbuf-20020515-branch origin/cagney_sysregs-20020825-branch origin/cagney_tramp-20040309-branch origin/cagney_writestrings-20030508-branch origin/cagney_x86i386-20030821-branch origin/carlton_dictionary-branch origin/kettenis-i386newframe-20030308-branch origin/kettenis_i386newframe-20030406-branch origin/kettenis_i386newframe-20030419-branch origin/kettenis_sparc-20030918-branch origin/kseitz_interps-20020528-branch origin/offbyone-20030313-branch origin/sid-20020905-branch origin/tcltk840-20020924-branch I noticed the same branch/tags are sometimes duplicated, one under origin and the other under origin/cvs. Not sure if one of the two needs to go. Hope this helps, -- Joel