info-cvs
[Top][All Lists]
Advanced

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

Re: How to track changes since a tag


From: Gwen Park
Subject: Re: How to track changes since a tag
Date: Thu, 17 May 2001 10:59:04 -0700

> Is there any way I can get a list of files that have changed since a 
> particular tag other than doing a massive status -v command and 
> parsing through all the tags and current versions?

Try using:
        cvs rdiff -s -r <tag1> [-r <tag2>] <module>

Leaving off tag2 will diff between tag1 and HEAD.

gwen



reply via email to

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