[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rlog missing desc keyword error
From: |
Thien-Thi Nguyen |
Subject: |
Re: rlog missing desc keyword error |
Date: |
Tue, 27 Dec 2011 05:58:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
() Tom Goodman <address@hidden>
() Thu, 22 Dec 2011 12:42:20 -0500
I am getting an odd error from rlog:
address@hidden //notsure/cvs/MHPro
$ rlog Makefile,v
rlog: Makefile,v:439: missing `desc' keyword
rlog aborted
That comma-v file has a format that rlog (from GNU RCS 5.8) does not
understand, perhaps because it was created by CVS. 5.8 is more strict
about the format (see rcsfile(5)), and got confused by:
deltatype text;
kopt kLv;
permissions 666;
commitid 16846ddc38e5e29;
filename Makefile;
starting at line 440. Can you use "cvs log" instead?