all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: David Reitter <david.reitter@gmail.com>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Switching CEDET from CVS to a Distributed VCS.
Date: Tue, 30 Jun 2009 08:19:54 +0900	[thread overview]
Message-ID: <874otyy6ed.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <D731FFEE-7875-47CE-8826-9056FACCE761@gmail.com>

David Reitter writes:
 > On Jun 28, 2009, at 10:04 AM, Stephen J. Turnbull wrote:

 > > This would be an amazing time sink for the Savannah people, is my
 > > guess.  Not a good idea -- a lot of people would use it and conflicts
 > > would be frequent, I think.
 > 
 > Point well taken.  Still, Savannah already has an excellent git mirror.

I suppose they could keep it running pretty cheaply.  IMO it's mission
creep, and Savannah doesn't need mission creep, they have enough
trouble just staying up.

 > I was hoping that all that will remain outsourced, as it is now.  I've
 > had plenty of bad experiences with importing (CVS mostly) into bzr;

Simply importing CVS is horrible because commits are non-atomic and
lack much necessary metadata to reconstruct commits and branching
events reliably.  Experience with CVS doesn't even extrapolate to SVN,
let alone bzr, git, and hg.

 > > Trying to maintain bidirectional synchronization is going
 > > to drive somebody crazy.
 > 
 > For this reason I was wondering if the patch-bundle route would be a  
 > clean way to push stuff to bzr. 

No.  Why do you think it would be any better than anything else?  Once
you've got atomic commits, the rest of the issues are "what metadata
does your VCS record?" which are pretty similar for the VCSes under
consideration, and genuine conflicts, which have to be resolved
somewhere.  VCSes aren't magic; when you and I make different changes
to the same line of code, some human has to sort that out.

The problem with bidirectional mirrors is that humans are "supposed"
to be out of the loop at the point where genuine conflict occurs.
Unidirectional mirrors don't face this problem, and with a local bidi
mirror, responsibility for the problem is clear and equal to the
person who will experience damage/inconvenience.




  reply	other threads:[~2009-06-29 23:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1245882173.24086.14.camel@projectile.siege-engine.com>
2009-06-24 22:45 ` Switching CEDET from CVS to a Distributed VCS Lennart Borgman
2009-06-24 23:51   ` Eric M. Ludlam
2009-06-25  2:40   ` Miles Bader
2009-06-25 13:52     ` David Bernard
2009-06-25 16:04       ` [CEDET-devel] " Davi Diaz
2009-06-26  0:09         ` Miles Bader
2009-06-25 17:48     ` Stephen J. Turnbull
2009-06-25 18:24       ` David Reitter
2009-06-28  6:17         ` Stephen J. Turnbull
2009-06-28 11:45           ` David Reitter
2009-06-28 14:04             ` Stephen J. Turnbull
2009-06-28 14:29               ` David Reitter
2009-06-29 23:19                 ` Stephen J. Turnbull [this message]
2009-06-30  0:16                   ` David Reitter
     [not found]   ` <393CA42E-4553-4F2D-92D8-F0D3CEE19223@gmail.com>
2009-06-25  8:44     ` [CEDET-devel] " Lennart Borgman
2009-06-25 12:53       ` Stefan Monnier
2009-06-25 13:19       ` David Reitter

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=874otyy6ed.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=david.reitter@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.