Actions:
|
2012-10-05 09:36 AEST by Glen Starrett - rlog can't find any file that has been renamed by anything other than the
original file name:
>>>>>
C:\Users\Glen Starrett\Documents\test\wXPx32\non2>cvs rlog non2/camelcase.txt
cvsntsrv rlog: cannot find module `non2/camelcase.txt' - ignored
C:\Users\Glen Starrett\Documents\test\wXPx32\non2>cvs rlog non2/CamelCase.txt
RCS file: /myrepo/non2/CamelCase.txt,v
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
----------------------------
revision 1.3
date: 2012/10/04 22:04:46; author: Administrator; state: Exp; lines: +3 -0;
kopt: kv; commitid: 180506e07e560a4; username: Administrator; filename: camel
case.txt;
checking new name
----------------------------
revision 1.2
date: 2012/10/04 21:38:00; author: lusera; state: Exp; lines: +1 -0; kopt: k
v; commitid: 794506e01a44c38; username: lusera; filename: CamelCase.txt;
camelCase.txt
----------------------------
revision 1.1
date: 2012/10/04 21:37:36; author: lusera; state: Exp; kopt: kv; commitid: b
fc506e01714b91; username: lusera; filename: CamelCase.txt;
*** empty log message ***
=============================================================================
<<<<<
However, this was fixed in bug 5295. rlog does find the latest file name
against Scotty, but it looks like the RCS file was renamed so I don't think
that's a valid confirmation.
>>>>>
C:\Users\Glen Starrett\Documents\test\wXPx32\non2>cvs -d :ssh:gstarrett@mail.mar
ch-hare.com:/cvs rlog cvsnt/src/cvsrc.c
cvsnt rlog: cannot find module `cvsnt/src/cvsrc.c' - ignored
C:\Users\Glen Starrett\Documents\test\wXPx32\non2>cvs -d :ssh:gstarrett@mail.mar
ch-hare.com:/cvs rlog cvsnt/src/cvsrc.cpp
RCS file: /cvs/cvsnt/src/cvsrc.cpp,v
....
revision 1.23
date: 2007/05/18 15:59:37; author: tmh; state: Exp; lines: +37 -55; kopt: kv
; commitid: 6924464dcd578c39; filename: cvsrc.cpp;
evs commit
----------------------------
...
revision 1.20
date: 2004/04/12 10:57:28; author: tmh; state: Exp; lines: +0 -0; kopt: kv;
mergepoint: 1.13.2.2; filename: cvsrc.c;
merge
----------------------------
...
<<<<< |