From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Git transition checklist Date: Wed, 08 Jan 2014 16:33:39 +0100 Message-ID: <87fvoy4hf0.fsf@bzg.ath.cx> References: <20140108135200.8ECF9380834@snark.thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389195230 12318 80.91.229.3 (8 Jan 2014 15:33:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 15:33:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: esr@thyrsus.com (Eric S. Raymond) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 08 16:33:58 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0v8n-0003hU-B5 for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 16:33:57 +0100 Original-Received: from localhost ([::1]:47470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0v8m-0005j4-Qa for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 10:33:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0v8f-0005is-7N for emacs-devel@gnu.org; Wed, 08 Jan 2014 10:33:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0v8a-0000OX-C6 for emacs-devel@gnu.org; Wed, 08 Jan 2014 10:33:49 -0500 Original-Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:34722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0v8a-0000OR-51 for emacs-devel@gnu.org; Wed, 08 Jan 2014 10:33:44 -0500 Original-Received: by mail-we0-f177.google.com with SMTP id u56so1559778wes.22 for ; Wed, 08 Jan 2014 07:33:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=Rq4hatwqgZ6JQkxUj98j85ZevY74vo2hGdO7SQunnbM=; b=CuwFH9DQk24dZ0bMhlPI4z98xFnUWC3AmPqnpQ+1PNtN5rl3eZVx7bLRLn55QTPUN7 zLu7DHRD5JNbHeAwnIYhOJ6ZED1sgBmfvyTQmocqMLM+tI5/AJSYIRM0vxwMuvnq9tsL LXYeo2WSFQ52lebq/SEj91ozS8TF4sJm+lDlU4churPdqGU9+EqI6FFtsOY3trVf/07v QaBQaKH+9DnV7jv0i+Pz6gzIKm9LKCVmEK2Nlu+rMb6452FqKdLq+RR0a2u5rUwCVjeW aX8TqgF0qq0+w3hRm1TDB8VtptLQWqu1Bco9uNOgAm3A31+L1VvUqvtd6ppcAWP1YgY0 slfg== X-Received: by 10.181.12.20 with SMTP id em20mr22278649wid.0.1389195223320; Wed, 08 Jan 2014 07:33:43 -0800 (PST) Original-Received: from bzg.localdomain (AMontsouris-651-1-141-120.w90-46.abo.wanadoo.fr. [90.46.120.120]) by mx.google.com with ESMTPSA id po3sm48323433wjc.3.2014.01.08.07.33.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2014 07:33:41 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 727EA1C20632; Wed, 8 Jan 2014 16:33:39 +0100 (CET) In-Reply-To: <20140108135200.8ECF9380834@snark.thyrsus.com> (Eric S. Raymond's message of "Wed, 8 Jan 2014 08:52:00 -0500 (EST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167735 Archived-At: esr@thyrsus.com (Eric S. Raymond) writes: >> 5. Have the procedures and the recommended workflows described on the >> wiki, similar to what was done with bzr migration. > > That is now done. I have created two new pages on EmacsWiki, > GitForEmacsDevs and GitQuickStartForEmacsDevs. Both pages list this instruction on how to clone as a dev: ~$ git clone @git://git.sv.gnu.org/emacs This does not work. I think it should be ~$ git clone @git.sv.gnu.org:/srv/git/emacs.git (Unless the writable repository will be hosted at a different address than this one.) -- Bastien