From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28254 invoked by alias); 3 Jun 2009 08:05:05 -0000 Received: (qmail 28243 invoked by uid 22791); 3 Jun 2009 08:05:04 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_38,J_CHICKENPOX_83 X-Spam-Check-By: sourceware.org Received: from nwd2mail10.analog.com (HELO nwd2mail10.analog.com) (137.71.25.55) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Jun 2009 08:04:59 +0000 Received: from nwd2hubcas2.ad.analog.com ([10.64.73.30]) by nwd2mail10.analog.com with ESMTP; 03 Jun 2009 04:04:57 -0400 Received: from nwd2exm5.ad.analog.com (10.64.51.20) by NWD2HUBCAS2.ad.analog.com (10.64.73.30) with Microsoft SMTP Server id 8.1.358.0; Wed, 3 Jun 2009 04:04:57 -0400 Received: from chinexm1.ad.analog.com ([10.99.27.42]) by nwd2exm5.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Jun 2009 04:04:57 -0400 Received: from [10.99.29.100] ([10.99.29.100]) by chinexm1.ad.analog.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 3 Jun 2009 16:04:51 +0800 Message-ID: <4A262EA3.60603@analog.com> Date: Wed, 03 Jun 2009 08:05:00 -0000 From: Jie Zhang User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Vladimir Prus CC: gdb@sources.redhat.com Subject: Re: git mirror for binutils+gdb References: <4A25DAA9.5070000__17672.8745377206$1243994827$gmane$org@analog.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-06/txt/msg00027.txt.bz2 Vladimir Prus wrote: > Jie Zhang wrote: > >> Hi, >> >> I have set up a git mirror for binutils+gdb CVS module: >> >> http://blackfin.uclinux.org/git/?p=jiez/binutils-gdb.git;a=summary >> >> Hope it will be useful for people working on both binutils and gdb. >> >> If you only works on binutils, you can use >> >> http://github.com/jiez/binutils/tree/master >> >> Both of them are syncing with CVS repository every half an hour. > > Don't we already have official one, at > > git://sourceware.org/git/gdb.git > > ? Yes. But I'm working on both gdb and binutils. Having a gdb+binutils git mirror makes my life much easier, otherwise I have to duplicate changes for common directories for both git repositories. I think such a combined git repository might help people like me. Jie