all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: git archive not updated since april 1st (no fooling)
Date: Thu, 19 May 2011 06:45:13 +0200	[thread overview]
Message-ID: <87tycre1t2.fsf@gmail.com> (raw)
In-Reply-To: 87pqnf99iu.fsf@msstf091.ucc.ie

Andreas Amann <a.amann@ucc.ie> 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 <http://savannah.gnu.org/bzr/?group=emacs>
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 




  reply	other threads:[~2011-05-19  4:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11 15:07 git archive not updated since april 1st (no fooling) Randal L. Schwartz
2011-04-11 15:12 ` Bruce Stephens
2011-04-12  0:00 ` Christoph Scholtes
2011-04-18 14:17   ` Randal L. Schwartz
2011-04-18 15:32     ` Thierry Volpiatto
2011-04-19 13:08       ` Stefan Monnier
2011-04-19 13:14         ` Thierry Volpiatto
2011-04-19 13:47           ` Stefan Monnier
2011-04-19 14:05             ` Thierry Volpiatto
2011-04-19 13:39         ` Óscar Fuentes
2011-05-02 20:15           ` Antoine Levitt
2011-05-18 17:57             ` Andreas Amann
2011-05-19  4:45               ` Thierry Volpiatto [this message]
2011-05-19  7:18                 ` Antoine Levitt
2011-05-19 10:21                   ` Ted Zlatanov
2011-05-19 17:21                     ` Eli Zaretskii
2011-05-19 17:30                       ` Ted Zlatanov
2011-05-19 11:05                   ` Thierry Volpiatto
2011-05-19 17:22                     ` Eli Zaretskii
2011-05-19 22:18                       ` Nix
2011-05-19 17:19                   ` Eli Zaretskii
2011-05-19 22:22                     ` Antoine Levitt
2011-05-19 17:28                   ` Glenn Morris
2011-05-19  7:28               ` Julien Danjou
2011-05-19 13:35               ` Mathias Megyei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tycre1t2.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.