[cvsnt] Possible to make cvs log be quieter?

Glen Starrett grstarrett at cox.net
Sat May 17 00:27:41 BST 2003


>>>>>
    cvs -d \CVSROOT -q log -d ">2003-05-16 06:30:00 PDT" -N -rBranch_A
It gives me what I want, but it also gives me a bunch of messages like the
following:
    cvs log: warning: no revision `Branch_A' in
`\CVSROOT\project\com\foo\SomeClass.java,v'
<<<<<

Would something like this work?

cvs -d \CVSROOT -q log -d ">2003-05-16 06:30:00 PDT" -N -rBranch_A | find /v
"cvs log: warning: no revision `Branch_A'"


Hope this helps.

Glen Starrett



More information about the cvsnt mailing list