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.
I'm at Client version 2.0.6 - is cvs status -q implemented in a later version? I see that 2.0.8 is out . ..downloading now . . . >>> Haible Pascal <haible at heidenhain.de> 8/20/2003 3:35:55 AM >>> > how can i identify those files in the repository that have > been changed since i took my copy? "cvs status" gives you the status of a file, or all files recursively if no filename is given. But the output is quite verbose, so I used to have a batch file that did (from memory) cvs status | grep ^File | grep -v Up-to-date but nowadays it's much easier: cvs status -q Hope this helps, Pascal _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs