info-cvs
[Top][All Lists]
Advanced

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

Re: changes between tags


From: Larry Jones
Subject: Re: changes between tags
Date: Mon, 1 Mar 2004 10:06:27 -0500 (EST)

Florian Pachaly writes:
> 
> is there any easy way to get all changes made in a whole module between two
> tags?

In a working directory:

        cvs log -r tag1::tag2

        cvs diff -r tag1 -r tag2

Without a working directory:

        cvs rlog -r tag1::tag2 module

        cvs rdiff -r tag1 -r tag2 module

-Larry Jones

Wheeee. -- Calvin




reply via email to

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