[cvsnt] Several questions on cvs usage
Gerhard Fiedler
lists at connectionbrazil.com
Thu Jul 19 16:39:38 BST 2007
Chuck Kirschman wrote:
> "cvs -nq up" is what i use to find all locally modified. Occasionally I
> use it with a regex like
>
> cvs -nq up | findstr /ir /c:"^[MARC]"
>
> depending on what I am doing.
According to Tony (and the manual), -n is not supported for update. Try
cvs -q stat -qq
The first "q" suppresses the "Examining <dir>" lines, the second reduces
the stat output to a single line, and the third suppresses the stat output
for up-to-date files.
Gerhard
More information about the cvsnt
mailing list