From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20481 invoked by alias); 25 Oct 2013 17:12:46 -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 20452 invoked by uid 89); 25 Oct 2013 17:12:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: e28smtp05.in.ibm.com Received: from e28smtp05.in.ibm.com (HELO e28smtp05.in.ibm.com) (122.248.162.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 17:12:44 +0000 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 25 Oct 2013 22:42:39 +0530 Received: from d28dlp02.in.ibm.com (9.184.220.127) by e28smtp05.in.ibm.com (192.168.1.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 25 Oct 2013 22:42:36 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 98D2E394004D; Fri, 25 Oct 2013 22:42:14 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r9PHCSZB40763584; Fri, 25 Oct 2013 22:42:28 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r9PHCYfp014094; Fri, 25 Oct 2013 22:42:35 +0530 Received: from [192.168.1.113] (vorma.rchland.ibm.com [9.10.86.174]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r9PHCVSW014040; Fri, 25 Oct 2013 22:42:32 +0530 Subject: Re: git is live From: Peter Bergner To: Fred Cooke Cc: Tom Tromey , GDB Development , Binutils Development , Tulio Magno Quites Machado Filho In-Reply-To: References: <877gd5iyaz.fsf@fleche.redhat.com> <1382709091.5918.9.camel@otta> <1382719231.5918.24.camel@otta> Content-Type: text/plain; charset="UTF-8" Date: Fri, 25 Oct 2013 17:12:00 -0000 Message-ID: <1382721150.5918.43.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13102517-8256-0000-0000-000009D6CF0D X-SW-Source: 2013-10/txt/msg00156.txt.bz2 On Fri, 2013-10-25 at 18:49 +0200, Fred Cooke wrote: > That's a real shame. A possible and wasteful (resource wise) solution > might be to have a second url/repo binutlils-gdb-contrib or whatever. > If done locally on the same server, it could share hard links and not > take up much space, but I can see the majority hating this idea, and > that's fair enough. Well if there was an official project repo for branches separate from the development repo, I could use that. I'm just not free to use something outside of the project itself. Peter