AW: [cvsnt] list of changed files
Aaron Kynaston
akynaston at novell.com
Wed Aug 20 23:27:51 BST 2003
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
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list