AW: [cvsnt] list of changed files
Haible Pascal
haible at heidenhain.de
Wed Aug 20 10:35:55 BST 2003
> 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
More information about the cvsnt
mailing list