all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Eric S. Raymond" <esr@thyrsus.com>
To: Glenn Morris <rgm@gnu.org>
Cc: esr@snark.thyrsus.com, Emacs developers <emacs-devel@gnu.org>
Subject: Re: 23.0.50; vc-diff needs CVS repository now
Date: Sun, 4 Nov 2007 12:43:11 -0500	[thread overview]
Message-ID: <20071104174311.GB19187@thyrsus.com> (raw)
In-Reply-To: <mozlxuixfw.fsf@fencepost.gnu.org>

Glenn Morris <rgm@gnu.org>:
> Any comment on this? The part of vc-diff-internal that does a local
> diff where possible seems to have disappeared in the 2007-10-10 change
> "rewrite for filesets".

That's right, because the front end was the wrong place to do it.  
Modern VCS diff tools automatically stay local when they can.
Subversion diff does the right thing, and it's not even an issue
in the 3G systems (they keep local repositories).  It's the
kind of variation that should be handled in the VCS-specific back ends.

Actually CVS is the only awkward case.  So what ought to happen is
for something like the old stay-local logic to be implemented in the CVS 
back end.

This is one of my two remaining to-do items for the mode.  But someone
who is more of a CVS expert than I might get it done faster.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>

  reply	other threads:[~2007-11-04 17:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-27  9:05 23.0.50; vc-diff needs CVS repository now Nick Roberts
2007-11-04  1:58 ` Glenn Morris
2007-11-04 17:43   ` Eric S. Raymond [this message]
2007-11-05  4:37     ` Nick Roberts
2007-11-05 16:18       ` Eric S. Raymond
2007-11-06  8:38         ` Richard Stallman
2007-11-11 20:54     ` Dan Nicolaescu
2007-11-11 21:06       ` Eric S. Raymond
2007-11-12  3:56         ` Dan Nicolaescu
2007-11-12 20:05       ` Nick Roberts
2007-11-12 21:47       ` Stefan Monnier

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=20071104174311.GB19187@thyrsus.com \
    --to=esr@thyrsus.com \
    --cc=emacs-devel@gnu.org \
    --cc=esr@snark.thyrsus.com \
    --cc=rgm@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.