From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20147 invoked by alias); 15 Oct 2013 08:03:50 -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 20125 invoked by uid 89); 15 Oct 2013 08:03:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,HELO_DYNAMIC_IPADDR,RDNS_DYNAMIC autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: lvps176-28-13-145.dedicated.hosteurope.de Received: from lvps176-28-13-145.dedicated.hosteurope.de (HELO lvps176-28-13-145.dedicated.hosteurope.de) (176.28.13.145) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Oct 2013 08:03:48 +0000 Received: from dabox.localnet (unknown [213.157.30.20]) by lvps176-28-13-145.dedicated.hosteurope.de (Postfix) with ESMTPSA id 2BE96A8A4019; Tue, 15 Oct 2013 10:03:46 +0200 (CEST) From: Tim Sander To: gdb@sourceware.org Cc: Hans-Peter Nilsson , Tom Tromey , Fred Cooke , Binutils Development Subject: Re: git conversion status Date: Tue, 15 Oct 2013 08:03:00 -0000 Message-ID: <2758207.ySVLrTaVmN@dabox> User-Agent: KMail/4.11.2 (Linux/3.9.3; KDE/4.11.2; x86_64; ; ) In-Reply-To: References: <871u3n3hxc.fsf@fleche.redhat.com> <87wqlf21bt.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00058.txt.bz2 Hi > Counter-argument: > I *prefer* src, exactly for that reason; "scripts expect that". > > If you-all want binutils+gdb (or some other combination of their > names), I can live with that, but not another generic name just > because someone offers the opinion that "src is utterly > meaningless". It's not: it's the default name of the check-out > directory of sourceware top-level... Well the scripts have to be adapted to git anyway, so why not use a sensible repository path (think URL) and do the conversion on clone git clone SENSIBLE_URL src ? So the scripts are happy and the url is descriptive. Best regards Tim