info-cvs
[Top][All Lists]
Advanced

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

Re: Find all files with a particular tag?


From: Yves Martin
Subject: Re: Find all files with a particular tag?
Date: Thu, 25 Oct 2007 09:21:08 +0200

On Wed, 2007-10-24 at 12:21 -0400, Marc-André Boucher wrote:
> I've always use the following command to find out which files were 
> added/modified/removed between two tags :
> 
> cvs patch -s -rtag1 -rtag2 module
> 
> The thing is, I don't find the "patch" command anywhere in the CVS 
> documentation. Is it deprecated?

In 'rdiff' description of the documentation, you may find only one
reference to an example with "cvs patch":
  cvs patch -s -r R_1_3_1 -r R_1_3fix module-name

After a quick look in sources, "ridff" is an alias of the original
"patch" command also available as "pa" short command. cvs patch --help
displays "rdiff" help.
Internally, the operation is still called "patch".

-- 
Yves Martin



reply via email to

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