unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <turnbull@sk.tsukuba.ac.jp>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org, Paul Pogonyshev <pogonyshev@gmx.net>
Subject: Re: source repository
Date: Wed, 04 Jul 2007 13:26:00 +0900	[thread overview]
Message-ID: <87tzskyeuf.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <ulkdxl1d5.fsf@gnu.org>

Eli Zaretskii writes:

 > > Oh.  A pity Emacs still uses so old system.
 > 
 > Why should we care how old it is, if it suits our needs?

Because it doesn't suit your needs.  Didn't you just have a month of
acrimony over how to handle branching after the 22.1 release?  Don't
you still completely lack any policy about how things will be handled
in the future except "Richard will decide, after hearing the advice of
other developers"?  Doesn't that still bother at least a few of the
core developers?  Richard has said it's ok to merge multi-tty, but I
detect deep breaths around the table, as nobody is quite ready to go
put it in CVS.

*All* of that would be unnecessary with any modern dSCM, including the
deep breaths.  Anybody with 100MB (well, that's what XEmacs requires
w/o packages, so GNU Emacs might need 200MB?) of spare disk space can
do a trial merge with no risk.

 > We are not exactly spoiled by abundance of free resources to invest
 > effort in jobs that are ``nice to have''.

This is an investment with returns that Warren Buffett can only dream
of.

 > Just think how many man-hours will be wasted if every Emacs
 > developer and contributor will have to install, learn, and set up
 > an unfamiliar configuration management package.

Not so.  You were correct the first time: it's an "investment", not a
"waste".

The real issue is preserving history across the transition.  This is
costly in thought and time, and requires some effort, planning, and
trial-and-error by the staff.  But not that much; ask Miles---he
thought it was worth putting Emacs into Arch for personal use, AIUI,
then graciously offered it to the world.

As for the rest, a bridge from a dSCM to CVS is trivial; people who
checkout from CVS and mail patches can continue to do so.  (It does
require duplicate diskspace for the repository, of course.)

Installation of darcs, git, and mercurial are trivial[1] on all open
source systems that I use (GNU/Linux, NetBSD, Mac OS X/MacPorts).  I
assume that would extend to other GNU systems (including Cygwin and
perhaps MSYS), other *BSD, and Mac OS X/Fink.  Installation of git
from source on the open source systems I use was straightforward, as
it was on Solaris 9.  git and darcs may be hard to install from source
on non-POSIX systems, but Mercurial should be no problem (100% python).

Familiarity is not a problem as long as only one of the SCMs is chosen
as the official one.  The semantics of the commands corresponding to
checkout, update, and commit are similar at the level of what "every
Emacs developer and contributor" will have to learn.  Branching is
different, but perhaps more intuitive; however most contributors will
be working with the mainline, or perhaps Emacs 22, and will not need
to worry about it more than once in a year.

The people who do need to worry about the subtle semantic differences
across various systems are precisely the same people who will benefit
hugely from well-supported branching.  That's not a net cost, either.



Footnotes: 
[1]  Darcs installation can be very clock-time-consuming if you don't
already have Haskell (ghc) installed and are a build-from-source type.

  reply	other threads:[~2007-07-04  4:26 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-03 11:42 source repository Paul Pogonyshev
2007-07-03 11:57 ` Jason Rumney
2007-07-03 12:14   ` Paul Pogonyshev
2007-07-03 12:57     ` dhruva
2007-07-03 19:57       ` Karl Fogel
2007-07-04  4:18         ` dhruva
2007-07-03 19:43     ` Eli Zaretskii
2007-07-04  4:26       ` Stephen J. Turnbull [this message]
2007-07-04  5:09         ` Nick Roberts
2007-07-04  7:01           ` David Kastrup
2007-07-04  7:14             ` dhruva
2007-07-04  7:33               ` David Kastrup
2007-07-04  9:13           ` Stephen J. Turnbull
2007-07-05  1:30             ` Richard Stallman
2007-07-04 21:22         ` Eli Zaretskii
2007-07-04 21:47           ` David Kastrup
2007-07-05  1:02           ` Stephen J. Turnbull
2007-07-06 15:41         ` merge of multi-tty (was: source repository) Reiner Steib
2007-07-07 16:41           ` Stephen J. Turnbull
2007-07-08 16:56           ` Richard Stallman
2007-07-08 18:57             ` merge of multi-tty Stefan Monnier
2007-07-09 14:29               ` Richard Stallman
2007-07-16 23:41         ` source repository Giorgos Keramidas
2007-07-17  9:15           ` dhruva
2007-07-17 10:29             ` Giorgos Keramidas
2007-07-04  9:54       ` Dan Nicolaescu
2007-07-04 10:11         ` Masatake YAMATO
2007-07-21 17:27           ` vc-dired (was: Re: source repository) Dan Nicolaescu
2007-07-21 18:09             ` vc-dired Masatake YAMATO
2007-08-26  1:51               ` vc-dired Dan Nicolaescu
2007-07-22  3:12             ` vc-dired Stefan Monnier
2007-07-23 18:18               ` vc-dired Dan Nicolaescu
2007-07-28  7:06                 ` vc-dired Masatake YAMATO
2007-07-28  8:02                   ` vc-dired David Kastrup
2007-07-28 18:14                     ` vc-dired Masatake YAMATO
2007-07-28 17:09                   ` vc-dired Dan Nicolaescu
2007-07-04  3:43     ` source repository Richard Stallman
2007-07-04  6:52       ` David Kastrup
2007-07-04  7:11       ` Karl Fogel
2007-07-04  7:36         ` Jim Blandy
2007-07-05  1:30         ` Richard Stallman
2007-07-05  3:24           ` Karl Fogel
2007-07-05  6:21             ` Yavor Doganov
2007-07-04  3:43   ` Richard Stallman
2007-07-04  9:57   ` Alan Mackenzie

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87tzskyeuf.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=turnbull@sk.tsukuba.ac.jp \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=pogonyshev@gmx.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).