From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27640 invoked by alias); 22 Oct 2013 17:57:59 -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 27618 invoked by uid 89); 22 Oct 2013 17:57:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham 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 ESMTP; Tue, 22 Oct 2013 17:57:59 +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 r9MHvtEM016622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 22 Oct 2013 13:57:55 -0400 Received: from stumpy.slc.redhat.com (ovpn-113-151.phx2.redhat.com [10.3.113.151]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9MHvsUM011050; Tue, 22 Oct 2013 13:57:55 -0400 Message-ID: <5266BCA2.7000605@redhat.com> Date: Tue, 22 Oct 2013 17:57:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Tom Tromey CC: Pedro Alves , Fred Cooke , GDB Development , Binutils Development , rsandifo@linux.vnet.ibm.com Subject: Re: git is live References: <877gd5iyaz.fsf@fleche.redhat.com> <874n89eidz.fsf@sandifor-thinkpad.stglab.manchester.uk.ibm.com> <87txg9gwmv.fsf@fleche.redhat.com> <5266B987.2000603@redhat.com> <5266BAAA.80406@redhat.com> <87r4bdfb2m.fsf@fleche.redhat.com> In-Reply-To: <87r4bdfb2m.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00092.txt.bz2 On 10/22/13 11:51, Tom Tromey wrote: > Jeff> Now if I could just get GCC to switch from SVN to GIT I could forget > Jeff> everything I know about CVS and SVN ;-) > > It can't be that hard technically -- there is already a mirror; GCC > doesn't face the various difficulties that "src" did; and you can grab > our commit/bugzilla integration script. Getting agreement OTOH... It's *far* more of a political exercise than a technical exercise :( git-svn helps ease the pain, but I'd really prefer move strictly to GIT. jeff