From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69982 invoked by alias); 27 Mar 2019 20:09:50 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 69973 invoked by uid 89); 27 Mar 2019 20:09:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:808, initiative 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; Wed, 27 Mar 2019 20:09:49 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2DCA9307D864; Wed, 27 Mar 2019 20:09:48 +0000 (UTC) Received: from redhat.com (ovpn-116-74.phx2.redhat.com [10.3.116.74]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0E85A5C28D; Wed, 27 Mar 2019 20:09:48 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.91) (envelope-from ) id 1h9Erq-00019H-HR; Wed, 27 Mar 2019 16:09:46 -0400 Date: Wed, 27 Mar 2019 20:09:00 -0000 From: "Frank Ch. Eigler" To: Andrew Burgess Cc: cgen@sourceware.org, nickc@redhat.com Subject: Re: Converting CGEN from CVS to git Message-ID: <20190327200946.GA18828@redhat.com> References: <20190131195017.GB17699@embecosm.com> <878sywvnqx.fsf@redhat.com> <20190204163344.GA2829@embecosm.com> <20190303223840.GA1576@redhat.com> <20190306132831.GC10887@embecosm.com> <20190327143240.GZ10887@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190327143240.GZ10887@embecosm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00011.txt.bz2 Hi, Andrew - > > The mail is here, this describes the process I went through and > > some of the choices I made. > > https://www.sourceware.org/ml/cgen/2019-q1/msg00000.html > > The link to my conversion is here: > > git@github.com:T-J-Teru/cgen.git > > git@github.com:T-J-Teru/cgen-2-git.git OK, those look OK. With respect to email addresses, retaining as a fallback is fine. > How would you feel if I reached out to the sourceware overseers list > to get an empty git repository setup (I guess that's the right place > to ask)? I set up this for us/you now, and have given you cgen group membership. You should be able to commit your work to ssh://sourceware.org/git/cgen.git/ and take it forward. Thanks for taking the initiative! - FChE