From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68469 invoked by alias); 10 Mar 2015 15:59:56 -0000 Mailing-List: contact cygwin-developers-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner@cygwin.com Mail-Followup-To: cygwin-developers@cygwin.com Received: (qmail 68458 invoked by uid 89); 10 Mar 2015 15:59:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out2-smtp.messagingengine.com Received: from out2-smtp.messagingengine.com (HELO out2-smtp.messagingengine.com) (66.111.4.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 10 Mar 2015 15:59:54 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6D7D3211C8 for ; Tue, 10 Mar 2015 11:59:51 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 10 Mar 2015 11:59:53 -0400 Received: from [192.168.1.102] (unknown [31.51.206.246]) by mail.messagingengine.com (Postfix) with ESMTPA id A2860C002AA for ; Tue, 10 Mar 2015 11:59:52 -0400 (EDT) Message-ID: <54FF14F3.3090702@dronecode.org.uk> Date: Tue, 10 Mar 2015 15:59:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin-developers@cygwin.com Subject: Re: Evil deed: Switching development repository to git References: <20150305151250.GA8041@calimero.vinschen.de> In-Reply-To: <20150305151250.GA8041@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg00003.txt.bz2 On 05/03/2015 15:12, Corinna Vinschen wrote: > next week, I'm planning to move the combined newlib/libgloss and cygwin > repository from CVS to git. The basic stuff is quickly done, but hooks, > mailing list handling, and changes to the websites are to be done, so I > expect the switch to take about two days. > > I'll set up a commit moratorium starting next Monday at about 10:00 UTC. > > When the git repo is up and working I'll throw the lever and inform the > mailing lists. Afterwards you can expect to access the new combined > newlib/cygwin git repository via either > > git clone git://sourceware.org/git/newlib-cygwin.git > > or, if you have write permissions on the repo > > git clone sourceware.org:/git/newlib-cygwin.git Many thanks for this! If you have write permissions, you may find it more convenient to do: git clone git://sourceware.org/git/newlib-cygwin.git git remote set-url --push origin sourceware.org:/git/newlib-cygwin.git ... as then you don't have to authenticate to pull, only to push.