unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Stephen J. Turnbull" <stephen@xemacs.org>
Cc: Dan Nicolaescu <dann@ics.uci.edu>, emacs-devel@gnu.org
Subject: Re: moving SCCS later in vc-handled-backends
Date: Wed, 24 Jun 2009 23:41:25 +0200	[thread overview]
Message-ID: <jwvhby5nwi5.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <877hz3z6z0.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Tue, 23 Jun 2009 17:31:47 +0900")

>> When opening any version controlled file that is under one of the more
>> modern VCs, SCCS is tried first.
>> Given that it's not a popular system, this is pure overhead,
>> so it would be better move it at the end of vc-handled-backends.
>> Any objection to this change:

> Yes.  This change is backward incompatible and buggy; the rationale
> for SCCS being in the "early" group still holds as far as I know,
> unless SCCS has improved its support for whole-tree commits recently.

100% agreement.  For any non-VC files, the whole list will be traversed
anyway, so the order doesn't make much difference (if any) in terms
of performance.  If we change ordering, it should not be for
performance reasons (unless you can actually show some hard-data
demonstrating the positive effects in realistic scenarios).

We could consider removing elements from the list based on the
presence/absence of the necessary tools on the system (tho it might not
be such a great idea either, since for many backends, the tools are not
necessary to find the backend and the current revision and state, and
also because many backends can be used via Tramp).


        Stefan




      parent reply	other threads:[~2009-06-24 21:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-23  7:01 moving SCCS later in vc-handled-backends Dan Nicolaescu
2009-06-23  7:17 ` Rob Weir
2009-06-23  8:31 ` Stephen J. Turnbull
2009-06-23 14:06   ` Chong Yidong
2009-06-23 18:44     ` Stephen J. Turnbull
2009-06-23 19:09       ` Dan Nicolaescu
2009-06-24  5:59         ` Stephen J. Turnbull
2009-06-24  6:18           ` Jason Rumney
2009-06-24  6:52           ` Dan Nicolaescu
2009-06-24  7:51             ` tomas
2009-06-24 14:58               ` Dan Nicolaescu
2009-06-24 22:46             ` Stephen J. Turnbull
2009-06-24 21:41   ` Stefan Monnier [this message]

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=jwvhby5nwi5.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    --cc=stephen@xemacs.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 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).