[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rlog complains about commitids from CVS
From: |
Thien-Thi Nguyen |
Subject: |
Re: rlog complains about commitids from CVS |
Date: |
Wed, 19 May 2010 15:32:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
() Bruno Haible <address@hidden>
() Sun, 16 May 2010 15:05:12 +0200
$ rlog config.rpath,v > /dev/null
rlog: config.rpath,v: warning: Unknown phrases like `commitid ...;' are
present.
I would suggest to ignore this phrase without a warning.
Here is a proposed patch: [...]
Thanks for proposing that patch. I'm interested in any problems
you might find from building/using the in-progress RCS.
Please see savannah RCS source repo (git) commit
c09a6eee509d780f7f9dbe195b412d2a91e01896
"Recognize ‘commitid SYMBOL’ in RCS file delta tree."
Also of interest would probably be commit
afe9f37085153699e8a771dbacfe1c945c19af56
"Freeze RCS file syntax; drop ‘newphrase’ support."
The first one does what your patch does, while also ensuring that the
commitid is saved (pass-through) for some increased interoperability.
The second does away with "unknown phrases" slack altogether.
thi