all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andre Spiegel <spiegel@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: RCS keyword removal
Date: Tue, 13 Apr 2004 11:29:53 +0200	[thread overview]
Message-ID: <1081848593.770.160.camel@localhost> (raw)
In-Reply-To: <buobrlwtf9h.fsf@mcspd15.ucom.lsi.nec.co.jp>

On Tue, 2004-04-13 at 11:10, Miles Bader wrote:

> Ok, I tried this ... and it didn't work.  I did:
> 
>    CVSROOT=... cvs co -kb -d test-emacs emacs
> 
> and files containing RCS keywords within `test-emacs' still had expanded
> keyword values -- though the expansions were different than the `normal'
> expanded values (they were slightly out of date, and seemed to contain
> info for the revision just prior to the last one).

I think you need to use "cvs co -kk ...".  That explicitly resets the
keywords to their unexpanded form.  It seems that -kb reverts to
whatever form the keyword happens to have in the RCS master file, which
is bogus because it is rewritten upon checkout anyway.  So, -kk ought to
be the right option.

(-kb makes sense for binary files, because if a file happens to contain
something that looks like an expanded RCS keyword, you wouldn't want
that to be reset.)

  reply	other threads:[~2004-04-13  9:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-10  6:00 RCS keyword removal Miles Bader
2004-04-11 15:18 ` Andre Spiegel
2004-04-11 15:51   ` Miles Bader
2004-04-11 16:06     ` Andreas Schwab
2004-04-11 17:16     ` Andre Spiegel
2004-04-12  1:48       ` Miles Bader
2004-04-12  9:14         ` Andre Spiegel
2004-04-12  9:27           ` Miles Bader
2004-04-13  9:10           ` Miles Bader
2004-04-13  9:29             ` Andre Spiegel [this message]
2004-04-13 10:00               ` Miles Bader
2004-04-12 21:28         ` Kim F. Storm
2004-04-13  1:18           ` Miles Bader

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=1081848593.770.160.camel@localhost \
    --to=spiegel@gnu.org \
    --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.