all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Anderson <rwa@alumni.princeton.edu>
Cc: emacs <emacs-devel@gnu.org>, arch <arch-users@lists.fifthvision.net>
Subject: Re: Gud lord!
Date: 07 Jun 2003 21:40:58 -0700	[thread overview]
Message-ID: <1055047259.1517.264.camel@lan1> (raw)
In-Reply-To: <20030608020202.GB21024@gnu.org>

On Sat, 2003-06-07 at 19:02, Miles Bader wrote:
> You're entitled to your opinion of course, but I've seen enough, from people
> that I trust, to feel cautious.

Cautious is good.  But I'm very interested to hear what you've "seen
from people you trust."  I contribute to arch and I'm always looking for
ways to improve it.

> Emacs is a fairly mature system, and has muddled along reasonably well with
> CVS's brain-damage, so there's little need to make any quick decisions.

I think people felt that way about ed before emacs came around.  etc.

> I'd guess that Emacs will probably switch too at some
> point, and probably won't be the last -- but I don't think it should be among
> the first.

I'd agree with that.  I never said "emacs needs arch today."  I merely
pointed out that stuff like the file renaming handcuffs are removed when
using arch.

> In fact, I _like_ the idea of switching to something new and cool because I'm
> as annoyed by CVS's bogosities as much as anyone (maybe more than most
> people -- as I use a slow modem link, and I understand that arch handles
> incremental updates much more efficiently than CVS [sending diffs both ways]),

For some use cases, it's much better than that, even.  If you're ok
with, say, daily updates from upstream, you can run a cron job to grab a
local mirror overnight, and get fully local disk performance for all
daily work.

> > They are defined by regexps.  I don't think regexps can reasonably be
> > considered "murky."
> 
> I think the issue was that this decision was based on names at all.  I seem
> to recall that there was a way to `register' files as well, but that there
> were issues with that as well.

No offense, but I'm pretty confident that any objections to the basic
architecture here are based on ignorance of what the architecture is,
and what it allows.  The basic reason being that the entire thing can be
made essentially isomorphic to CVS behavior in this area, if that's
really what you want, but it also allows much more flexibility and power
as well.  So it can't really be a step backward, and I'm pretty
confident that it's a powerful step forward.  There is possibly an issue
regarding defaults, but that is much less worrisome than questions about
basic architecture or functionality.

There's two layers here: the outer layer is based on naming conventions
to determine what files are _candidates_ for source, and the inner layer
is based on a "tagging method" (which granted, is possibly confusing
terminology for a CVS-head) which determines which of those files are
versioned.  The simplest "tagging method" is the very CVS-like "explicit
tagging" - which means you have an "add" operation to version a file in
the tree and a "delete" operation to stop versioning a file.  So with a
"naming convention" of "everything is source" and "explicit tagging,"
you're essentially looking at a very CVS-like system for determining
what files to version.  But there's much more to it, and for good
reasons that require considerable background and revctl mind-expansion
for the typical person coming from a CVS background.

Now, regarding this idea of "naming conventions" that people seem to be
skeptical of:  find me a seasoned programmer who doesn't have a script
or alias or some mechanism which is used for finding or grepping through
files he's interested in in a source or project tree.  I've had "sfind"
and "sgrep" and "mktags" (source find/grep, tag source files) scripts
for 10 years, which filter out files which I don't want polluting my
searches for things in my source tree (say, CVS control files or core
files or dot-oh files).  This is the spirit of the "naming conventions"
in arch.  It standardizes and builds this kind of functionality right
into the revctl, per-project.  Think of naming conventions as a
specialized and customizable find command for source trees, because that
is exactly the functionality it provides.  It's loosely related to the
idea of .cvsignore in CVS but much more powerful.

> BTW, thank you for posting this, because at the least, it's some impetus to
> look more closely at the current state of things.

No prob.  I don't mean to push, but I think it's important to remind
people that alternatives exist when they complain about limitations of
their current tools.

Bob

  reply	other threads:[~2003-06-08  4:40 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-07 15:37 Gud lord! Nick Roberts
2003-06-07 16:12 ` Stefan Monnier
2003-06-07 16:43   ` Robert Anderson
2003-06-07 16:47     ` Robert Anderson
2003-06-07 21:05     ` Miles Bader
2003-06-07 22:07       ` Robert Anderson
2003-06-07 22:35         ` Stefan Monnier
2003-06-08  0:01           ` Robert Anderson
2003-06-08  0:19             ` Stefan Monnier
2003-06-11 13:36             ` Stephen J. Turnbull
2003-06-11 14:04               ` Juanma Barranquero
2003-06-12 21:15                 ` Stephen J. Turnbull
2003-06-12 22:37                   ` Juanma Barranquero
2003-06-11 14:32               ` Stefan Monnier
2003-06-12  1:43                 ` Miles Bader
2003-06-12 15:30                   ` Stefan Monnier
2003-06-12 15:54                     ` Kai Großjohann
2003-06-07 23:47         ` Miles Bader
     [not found]           ` <1055032089.30724.114.camel@lan1>
2003-06-08  2:02             ` Miles Bader
2003-06-08  4:40               ` Robert Anderson [this message]
2003-06-12 17:49                 ` Per Abrahamsen
2003-06-08  2:19             ` Miles Bader
2003-06-07 22:59       ` yet another todo editing system Joe Corneli
2003-06-08  7:51         ` Thien-Thi Nguyen
2003-06-08  8:52           ` Joe Corneli
2003-06-08 10:37             ` Thien-Thi Nguyen
2003-06-08 12:32               ` Joe Corneli
2003-06-08 20:05                 ` Kai Großjohann
2003-06-09  7:29                   ` Joe Corneli
2003-06-09  7:34                     ` Miles Bader
2003-06-09  8:01                       ` Joe Corneli
2003-06-09  8:16                         ` Miles Bader
2003-06-09  9:27                     ` Kai Großjohann
2003-06-09 10:54                       ` Joe Corneli
2003-06-09 11:41                     ` Alex Schroeder
2003-06-09 19:43                 ` Thien-Thi Nguyen
2003-06-08 12:48             ` Alex Schroeder
2003-06-09  0:21         ` Richard Stallman
2003-06-09 10:05           ` Joe Corneli
2003-06-09 10:29             ` Joe Corneli
2003-06-15 15:59             ` Richard Stallman
2003-06-16  1:44               ` Joe Corneli
2003-06-16 17:57                 ` Richard Stallman
2003-06-09  0:21     ` Gud lord! Richard Stallman
2003-06-09  1:23       ` Jonathan Walther
2003-06-09 23:00         ` Richard Stallman
2003-06-10  1:28           ` Robert Anderson
2003-06-10  1:53             ` Jonathan Walther
2003-06-11  0:24             ` Richard Stallman
2003-06-09 14:32       ` Robert Anderson
2003-06-10 12:21         ` Richard Stallman
2003-06-10 12:54           ` David Kastrup
2003-06-10 17:10             ` Jonathan Walther
2003-06-11  8:27             ` Richard Stallman
2003-06-09  7:51   ` Juanma Barranquero
2003-06-09  8:11     ` Miles Bader
2003-06-09  8:32       ` Juanma Barranquero
2003-06-09  8:42         ` Miles Bader
2003-06-09  8:56           ` Juanma Barranquero
2003-06-09 13:37         ` Stefan Monnier
2003-06-09 14:07           ` Juanma Barranquero
2003-06-11 13:00             ` Stephen J. Turnbull
2003-06-11 13:53               ` Juanma Barranquero
2003-06-09  0:21 ` Richard Stallman
2003-06-09  7:49 ` Juanma Barranquero
2003-06-09 19:29   ` Not arch (was Re: Gud lord!) Nick Roberts

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=1055047259.1517.264.camel@lan1 \
    --to=rwa@alumni.princeton.edu \
    --cc=arch-users@lists.fifthvision.net \
    --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.