all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>, Miles Bader <miles@gnu.org>
Cc: "emacs-devel@gnu.org discussions" <emacs-devel@gnu.org>
Subject: Git mirror - bidrectional
Date: Tue, 12 Jan 2010 14:27:58 -0500	[thread overview]
Message-ID: <2ACCA862-B70E-4D57-AF88-B36E6DF62FE1@gmail.com> (raw)
In-Reply-To: <m27hs4d2u6.fsf@igel.home>

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

Does anyone plan to set up facility to make the git mirror writeable and merge changes into the Bzr branch?
(Changes to ChangeLog files might lead to merge conflicts, but if that is solved, a bidirectional Git bridge would really be quite useful.)


On Dec 30, 2009, at 8:10 AM, Andreas Schwab wrote:

> Anyone who wants to set up a git mirror can use something like this,
> suitably adapted:
> 
> test last-run -nt last-run-ready || touch last-run
> rsync -av --del bzr.sv.gnu.org:/srv/bzr/emacs/ emacs.bzr/
> cd emacs.bzr
> for b in *; do
>  test $b/.bzr/branch/last-revision -ot ../last-run && continue
>  echo $b
>  bzr fast-export --marks=../bzr-marks $(test $b != trunk && echo -b $b) $b |
>  (cd ../emacs.git; git fast-import --export-marks=../git-marks --import-marks=../git-marks)
> done
> cd ../emacs.git
> git push --mirror ssh://repo.or.cz/srv/git/emacs.git
> touch ../last-run-ready
> 
> Andreas.


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

  reply	other threads:[~2010-01-12 19:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-29  5:35 git mirror? Miles Bader
2009-12-29 11:47 ` Andreas Schwab
2009-12-29 18:30   ` Stefan Monnier
2009-12-30 13:17     ` Andreas Schwab
2010-01-05  3:47       ` Miles Bader
2010-01-05  9:24         ` Andreas Schwab
2010-01-05  9:30           ` Miles Bader
2009-12-30 13:10 ` Andreas Schwab
2010-01-12 19:27   ` David Reitter [this message]
2010-01-13 15:12     ` Git mirror - bidrectional Ken Raeburn
2010-01-13 16:15       ` David Reitter
2010-01-13 17:14         ` Stephen J. Turnbull
2010-01-13 19:16           ` David Reitter
2010-01-14  1:58             ` Ken Raeburn
2010-01-14  2:34               ` David Reitter
2010-01-13 16:52       ` Stephen J. Turnbull
2010-01-13 19:28     ` Dan Nicolaescu
2010-01-13 20:42       ` David Reitter
2010-01-14  4:12         ` Stefan Monnier
2010-01-13 23:29       ` Miles Bader

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=2ACCA862-B70E-4D57-AF88-B36E6DF62FE1@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=miles@gnu.org \
    --cc=schwab@linux-m68k.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.