From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: git archive not updated since april 1st (no fooling) Date: Thu, 19 May 2011 06:45:13 +0200 Message-ID: <87tycre1t2.fsf@gmail.com> References: <87liyo271b.fsf@gmail.com> <87pqnf99iu.fsf@msstf091.ucc.ie> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305780338 31103 80.91.229.12 (19 May 2011 04:45:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 May 2011 04:45:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 06:45:34 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 1QMv77-0003p6-WF for ged-emacs-devel@m.gmane.org; Thu, 19 May 2011 06:45:34 +0200 Original-Received: from localhost ([::1]:46457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMv77-0004GB-Fo for ged-emacs-devel@m.gmane.org; Thu, 19 May 2011 00:45:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMv74-0004Fv-Ra for emacs-devel@gnu.org; Thu, 19 May 2011 00:45:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMv73-0001Yl-90 for emacs-devel@gnu.org; Thu, 19 May 2011 00:45:30 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:47369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMv73-0001Yb-1Q for emacs-devel@gnu.org; Thu, 19 May 2011 00:45:29 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QMv71-0003lg-Hz for emacs-devel@gnu.org; Thu, 19 May 2011 06:45:27 +0200 Original-Received: from 65.77.197.77.rev.sfr.net ([77.197.77.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2011 06:45:27 +0200 Original-Received: from thierry.volpiatto by 65.77.197.77.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2011 06:45:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 50 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 65.77.197.77.rev.sfr.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:ui7D+9ZpIV+m4WvrgRRAWRBOQOU= 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:139499 Archived-At: 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' ;-). -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997