CVS Diff to output only modified files?
Posted
by Somebody still uses you MS-DOS
on Stack Overflow
See other posts from Stack Overflow
or by Somebody still uses you MS-DOS
Published on 2010-06-08T19:08:39Z
Indexed on
2010/06/08
19:12 UTC
Read the original article
Hit count: 132
Is it possible? Run a cvs diff
in terminal at the project root that outputs only modified files (like local files that aren't in source control and local modified files).
I'm running cvs diff --brief
but I still have too many results since my project is large, and with a lot of subdirectories - it shows the whole hierarchy and I just want to know which files are different from HEAD revision. I'm using Linux.
© Stack Overflow or respective owner