info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Q on keyword substitution]


From: Pierre Asselin
Subject: Re: [Fwd: Q on keyword substitution]
Date: Sat, 8 Jan 2005 00:57:02 +0000 (UTC)
User-agent: tin/1.6.1-20030810 ("Mingulay") (UNIX) (NetBSD/2.0 (i386))

jsWalter <address@hidden> wrote:
> > Try 'cvs admin -kv'.  Try it on a test repository first.

> Well, doesn't this tell CVS not to proces *any* keywords on this
> particular file?

It's -kv, not '-ko'.  '-kv' removes the keyword (and the bracketing
$$) and leaves only the value.

Your files will end up looking like this:

    * Since $Revision: $: still working
    * Since 1.24: ladidda badabba
    * Since 1.23: tamtidelam

and you have to be *very* careful with the spelling of '$Revision: $'
when you add a new line in the file you're editing.  I recommend
ending it with a colon and space before the dollar, as above, so
you can verify the presence of the keyword with the RCS command 'ident'
before you commit into cvs.  Maybe even in a commitinfo script ! 

-- 
pa at panix dot com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]