From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33412 invoked by alias); 10 Mar 2015 18:30:32 -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 33322 invoked by uid 89); 10 Mar 2015 18:30:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 10 Mar 2015 18:30:31 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2AIUN2R015752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 10 Mar 2015 14:30:23 -0400 Received: from greed.delorie.com (ovpn-113-188.phx2.redhat.com [10.3.113.188]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2AIUM9X027975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 10 Mar 2015 14:30:23 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t2AIUM7I014255; Tue, 10 Mar 2015 14:30:22 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t2AIUL5U014253; Tue, 10 Mar 2015 14:30:21 -0400 Date: Tue, 10 Mar 2015 18:30:00 -0000 Message-Id: <201503101830.t2AIUL5U014253@greed.delorie.com> From: DJ Delorie To: Corinna Vinschen CC: cygwin@cygwin.com, binutils@sourceware.org, gdb@sourceware.org, gcc@gcc.gnu.org In-reply-to: <20150310181952.GL5732@calimero.vinschen.de> (message from Corinna Vinschen on Tue, 10 Mar 2015 19:19:52 +0100) Subject: Re: Newlib/Cygwin now under GIT References: <20150305145541.GA20560@calimero.vinschen.de> <20150310153846.GI5732@calimero.vinschen.de> <20150310181952.GL5732@calimero.vinschen.de> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00016.txt.bz2 > This is a common problem. I guess newlib/cygwin got the oldest set > and, afaik, the GCC toplevel stuff is kind of the master. It would > be nice if we had some automatism in place to keep all former src > repos in sync. There was never any agreement on who the "master" was for toplevel sources - no repo was willing to give up control to the other, so no automatic mirroring was ever done, unlike the libiberty/include mirror, where src agreed to let gcc be the master. Also, for the record, I do not wish to, nor do I intend to, provide any automated merging services for git repos. I don't like git and I'd rather not use it if I don't have to.