Re: Possible bug in cvs log/rlog command
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2002-05-14 21:30:12
|
>>>>> "AM" == Alexey Morozov <mo...@no...> writes: AM> Either I can't understand cvs log syntax completely or it has a bug in AM> -w switch processing. As I read in dox I should write smth like this AM> if I want to get both tyranny's and morozov's commits for src/ls.c: AM> alex@sig ncvs/cvs-nserver.clean/src $ cvs rlog -wtyranny,morozov AM> cvs-nserver/src/ls.c AM> But I get only morozov's commits this way... Wow! That's very interesting. First, this bug appears in stock CVS 1.10.7 too. Here is the excerpt from the log (what is sent to server: Argument -wmorozov@ Argument -wtyranny Directory . /cvsroot/cvs-nserver/cvs-nserver/src Sticky TNCLI-1-11-1 Entry /ls.c/1.1.2.12///TNCLI-1-11-1 Unchanged ls.c Argument ls.c log I do not know what does "@" means and if it's correct. I think someone needs to do some debugging output and see. Alex? Or I could do that some time. I believe this is a bug. --alexm |