From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Official Git mirror? Date: Sun, 20 Feb 2011 23:35:34 +0200 Message-ID: <83fwritmmx.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298237794 16179 80.91.229.12 (20 Feb 2011 21:36:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 21:36:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 20 22:36:29 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PrGx8-0002BT-97 for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 22:36:26 +0100 Original-Received: from localhost ([127.0.0.1]:41077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrGx7-000112-DE for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 16:36:25 -0500 Original-Received: from [140.186.70.92] (port=50007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrGwM-0000ya-B4 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 16:35:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrGwL-0001be-2U for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 16:35:38 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:40520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrGwK-0001bV-Qm for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 16:35:37 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LGX00800Q8WXQ00@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 23:35:35 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.14.198]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LGX008XHQNAMGE0@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 23:35:35 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79268 Archived-At: > From: "Oleksandr Gavenko (aka gavenkoa)" > Date: Sun, 20 Feb 2011 23:11:16 +0200 > > As Bzr have network inefficient protocol I search for Git mirror. Bzr is no less efficient than Git. If the initial checkout is slow, try one of these two, for the first "bzr branch" command only: bzr branch nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk bzr branch lp:emacs Thereafter, just use bzr://bzr.savannah.gnu.org/emacs/trunk, it is fast for resyncing. > There are 2 page say about mirrors: > > http://www.emacswiki.org/emacs/EmacsFromGit > http://savannah.gnu.org/git/?group=emacs > > Seems that > > http://repo.or.cz/w/emacs.git > > and > > http://git.savannah.gnu.org/cgit/emacs.git > > both up-date. > > Which use and is they compatible? They are all outdated by several hours (up to 1 day). You are well advised to use bzr instead.