On Wed, Apr 04, 2001 at 11:27:28AM -0500, [EMAIL PROTECTED] wrote:
> Another method is cvs diff, something like:
> 
> cvs -q diff --brief
> 
> This gives you a little less extraneous data than does update.

But it:
  1. doesn't list the junk files
  2. doesn't list the files that other people have changed in the meantime
  3. still spits out several lines for each changed one, most of which are noise

"cvs -nq update" does (1) and (2), and doesn't do (3).  I'd argue
that the extra info it's giving you isn't "extraneous", but quite
important (with the possible exception of the junk files --
sometimes I don't care about those; other times I do -- but he
said he wants to see them, so they're not noise to him).

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to