info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Number of lines of code changed between tags


From: Eric Siegerman
Subject: Re: Number of lines of code changed between tags
Date: Thu, 26 Apr 2001 23:01:04 -0400
User-agent: Mutt/1.2.5i

On Thu, Apr 26, 2001 at 03:48:01PM -0700, Keith Beattie wrote:
> How can I find the total number of lines changed (for text files only)
> between two static tags for an entire module or subtree of the repository?

cvs diff -r tag1 -r tag2 | ... | wc

The ... is whatever intelligence you want to employ to filter out
noise to get a more accurate count.

--

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]