Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
>>>>> 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