info-cvs
[Top][All Lists]
Advanced

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

Re: log and diff between the baseVersion of a branch and topOfTrunk of t


From: Larry Jones
Subject: Re: log and diff between the baseVersion of a branch and topOfTrunk of that
Date: Tue, 27 Feb 2001 10:44:45 -0500 (EST)

Kudiyarasan writes:
> 
>     How to get log and diff between the baseVersion of a branch and
> topOfTrunk of that branch without using  version number ? but with
> baseVersion's label.

A branch tag generally refers to the most recent revision on the branch;
so, if you've tagged the base of the branch you can do:

        cvs diff -r br1_base -r br1

It's even easier for log because it interprets a branch tag as all the
revisions on the branch, so you just have to do:

        cvs log -r br1

-Larry Jones

I'm getting disillusioned with these New Years. -- Calvin



reply via email to

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