all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: David Reitter <david.reitter@gmail.com>
Cc: "emacs-devel@gnu.org discussions" <emacs-devel@gnu.org>,
	Andreas Schwab <schwab@linux-m68k.org>,
	Miles Bader <miles@gnu.org>
Subject: Re: Git mirror - bidrectional
Date: Wed, 13 Jan 2010 11:28:44 -0800 (PST)	[thread overview]
Message-ID: <201001131928.o0DJSi6m006886@godzilla.ics.uci.edu> (raw)
In-Reply-To: <2ACCA862-B70E-4D57-AF88-B36E6DF62FE1@gmail.com> (David Reitter's message of "Tue, 12 Jan 2010 14:27:58 -0500")

David Reitter <david.reitter@gmail.com> writes:

  > 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.)

IMHO this would be a terrible idea.  Am I the only one that thinks that?
We already have a never ending thread about using Bzr, we don't need
another one about using git and another one about the git-bzr gateway.

We have an official VCS, that what everyone should be using.
Especially people that have write access.
If people want to use something else in private, fine, but please keep
it private.

We are already getting bug reports that mention git version numbers,
that generates more work than needed to figure out exactly what version
that is.

If bzr is not satisfactory for some reason, then please open a
discussion with arguments about replacing it, not just add yet more
noise about a different way of checking things in.

[And yes, I do like git better than bzr, but that's not the point here]

  > 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.




  parent reply	other threads:[~2010-01-13 19:28 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   ` Git mirror - bidrectional David Reitter
2010-01-13 15:12     ` 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 [this message]
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=201001131928.o0DJSi6m006886@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=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.