From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: git archive not updated since april 1st (no fooling) Date: Thu, 19 May 2011 09:18:35 +0200 Message-ID: <87d3jfnook.fsf@gmail.com> References: <87liyo271b.fsf@gmail.com> <87pqnf99iu.fsf@msstf091.ucc.ie> <87tycre1t2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305789542 9486 80.91.229.12 (19 May 2011 07:19:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 May 2011 07:19:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 09:18:58 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QMxVZ-0001rI-RT for ged-emacs-devel@m.gmane.org; Thu, 19 May 2011 09:18:58 +0200 Original-Received: from localhost ([::1]:55178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMxVZ-00049T-Au for ged-emacs-devel@m.gmane.org; Thu, 19 May 2011 03:18:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMxVW-00049J-L8 for emacs-devel@gnu.org; Thu, 19 May 2011 03:18:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMxVV-0004lV-AD for emacs-devel@gnu.org; Thu, 19 May 2011 03:18:54 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMxVU-0004lJ-Uc for emacs-devel@gnu.org; Thu, 19 May 2011 03:18:53 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QMxVT-0001mW-L6 for emacs-devel@gnu.org; Thu, 19 May 2011 09:18:51 +0200 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2011 09:18:51 +0200 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2011 09:18:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 54 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:139500 Archived-At: 19/05/11 06:45, Thierry Volpiatto > Andreas Amann writes: > >>>>>> Is there only one person at Emacs-dev who is able to update git repos? >>>>> >>>>> Can't remember who was taking care of it, >>>> >>>> repo.or.cz/emacs.git is maintained by Andreas Schwab who, BTW, made his >>>> last appearance on this ml on April 1. I suspect he maintains the mirror >>>> at Savannah too. >>>> >>>> [snip] >>> >>>This appears to be fixed now. Thanks to whoever did it! >> >> Apparently git://repo.or.cz/emacs.git is stalled again since 2011-05-02 >> and git://git.savannah.gnu.org/emacs.git was last updated on 2011-04-01. >> >> Does anybody know of a current git emacs mirror? > There is another thread about this, it seem there is only one person > able to do that at Emacs dev actually... > I could get the bzr repo using rsync (thanks Stefan) and now i sync it > with bzr pull, which work more or less. > To use rsync see > The command line is: > > rsync -av bzr.savannah.gnu.org::bzr/emacs/ my-working-copy/ > (using -azv) is maybe faster. > > Then go to the branch you want (e.g trunk) and > > bzr checkout > > Then to pull with bzr you have to edit: > > "my-working-copy/trunk/.bzr/branch/branch.conf" > > And add this line: > > parent_location = bzr://bzr.savannah.gnu.org/emacs/trunk > > Then you are able to 'bzr pull'. > > After each failure run 'bzr break-lock' to try again. > > Hope we will be able soon to just 'git-pull' ;-). This is only to get a faster bzr checkout, right? The main point of git for me is that "bzr diff" and "bzr log" take ages. I'm not sure why bzr can't cache it somehow, but it's a pain in the ass to use. Anyway, I guess we just have to wait for Andreas to fix it.