From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15583 invoked by alias); 25 Oct 2013 12:38:55 -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 15562 invoked by uid 89); 25 Oct 2013 12:38:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 12:38:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7A28811663C; Fri, 25 Oct 2013 08:39:18 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I+AuoDbSng7O; Fri, 25 Oct 2013 08:39:18 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 17D0D11663B; Fri, 25 Oct 2013 08:39:18 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AC003E08DD; Fri, 25 Oct 2013 16:38:48 +0400 (RET) Date: Fri, 25 Oct 2013 12:38:00 -0000 From: Joel Brobecker To: Paul Smith Cc: Fred Cooke , GDB Development , Binutils Development Subject: Re: git is live Message-ID: <20131025123848.GO4688@adacore.com> References: <20131024051203.GA4349@intra> <20131024073607.GA4688@adacore.com> <87hac6bwsu.fsf@fleche.redhat.com> <52D0D88B-0741-4F41-A02F-893AC20D4B2D@adacore.com> <20131024170536.GI4688@adacore.com> <87wql2a8lm.fsf@fleche.redhat.com> <20131024175200.GJ4688@adacore.com> <1382703078.13360.64.camel@homebase> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382703078.13360.64.camel@homebase> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-10/txt/msg00144.txt.bz2 > Assuming you're talking about the web site CVS archives on Savannah, > this issue is raised about every month or so on the GNU lists. It > always ends the same way (so far): [...] That solves that half of the discussion :). Thanks for the summary. We probably stand a better chance to at least transition the sourceware.org side. Even if savannah remains with CVS, which sounds reasonable based on your summary, we'd still gain a little bit, as it would simplify my procedure for pushing/mirroring other people's updates from sourceware to savannah. This is because I use "git cvsimport" to import other people's changes into my git mirror, in order to be able to "cvsexportcommit" it to savannah. That step, for some reason, has always been temperamental, probably because I've never taken the time necessary to really make it work for incremental updates mixed with my own. -- Joel