I think what you are asking for is this simply to do an update Try cvs -q update
This generates a list of files that differ from the repository M XXX/file1.txt A XXX/file2.txt C YYY/file3.txt Regards / Erik -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hamid Ghassemi Sent: den 10 september 2004 01:02 To: Andrew Black (delete obvious bit); [EMAIL PROTECTED] Subject: RE: CVS - brief summary Use the following command Cvs diff --brief file1.pl This will dive you what you need. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Black (delete obvious bit) Sent: Monday, September 06, 2004 10:05 PM To: [EMAIL PROTECTED] Subject: CVS - brief summary Hi Is there a command that can give a brief list of what changes you Sandbox is from repository (ideally one line per file). file1.pl 1.3 Locally Modified file2.pl 1.4 Updated "cvs status" gives pages of info, and cvs diff gives the actual differnces which is too much for what I am looking for _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
