dev@glassfish.java.net

Re: cvs help?

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Fri, 21 Dec 2007 20:02:17 -0800

Ken Paulsen wrote:
>
> Too bad that cvs annotate doesn't operate on branches... however, for
> this particular file, cvs log shows the following revisions exist:
>
> 1.1.2.1
> 1.1.2.2 (same file, different branch: 1.1.4.2)
> 1.1.4.3
> 1.1.4.4
>
> All of these changes were made by Prasad Subramanian (prasads). So you
> can see the progession of these changes w/ the following cvs commands:
>
> cvs diff -u -r 1.1.2.1 -r 1.1.2.2 WebArchiveDeployer.java
> cvs diff -u -r 1.1.2.2 -r 1.1.4.3 WebArchiveDeployer.java
> cvs diff -u -r 1.1.4.3 -r 1.1.4.4 WebArchiveDeployer.java
>
> I know this isn't as nice as what cvs annotate would give you, but
> probably the information you were looking for.

Actually, we need cvs annotate to work. It's part of an automated
tool chain that notifies people of FindBugs issues. But I think the
information from Dinesh was what we needed.