Hi all -

I would like to filter the output from the cvs task to show only files that
have changed.

I have a target that does a cvs update of all my project files.  Currently
the cvs task lists out all the directories that are traversed, and it's easy
to visually miss some files in all that output.

I would like to suppress stuff that looks like this:
      [cvs] cvs server: Updating OOOWeb/webApplication/os
      [cvs] cvs server: Updating OOOWeb/webApplication/os/dlr
      [cvs] cvs server: Updating OOOWeb/webApplication/os/sub
      [cvs] cvs server: Updating OOOWeb/webApplication/sga
      [cvs] cvs server: Updating OOOWeb/webApplication/sga/FMS

And show only stuff that looks like this:
      [cvs] U OOOWeb/webApplication/omp/index.jsp
      [cvs] U OOOWeb/webApplication/omp/pend.jsp
      [cvs] U OOOWeb/webApplication/omp/reject.jsp

Any suggestions on how to do this?

Ken

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to