info-cvs
[Top][All Lists]
Advanced

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

Re: Best way to find files added/changed/removed between tags


From: Russ Sherk
Subject: Re: Best way to find files added/changed/removed between tags
Date: Mon, 12 Dec 2005 00:35:00 -0500



On 11 Dec 2005 21:14:24 -0800, akkisoft <address@hidden> wrote:
Hi Abhi,

To get difference between two tags use:
cvs patch -s -rtag1 -rtag2 module

cvs rdiff -s -rtag1 -rtag2 module
(patch is an alias for rdiff aparently; at least on my machine 'patch' is not listed as a command and 'cvs -H patch' returns help for rdiff)  So I guess the key is the '-s'.

Anyhow.  Blah.

--Russ

This will give you a list of files that have changed between 2 tags.

_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs


reply via email to

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