info-cvs
[Top][All Lists]
Advanced

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

Re: Determining which files have changed from one set of tagged files to


From: Larry Jones
Subject: Re: Determining which files have changed from one set of tagged files to another
Date: Wed, 13 Mar 2002 12:08:43 -0500 (EST)

John Lippiello writes:
> 
> My company is trying out Linux and CVS.  We will be storing a
> number of text and binary files (thousands).  

CVS is not a good platform for storing binary files.  See the list
archives for extensive discussions on this subject.

> 1. What we would like to be able to do is query the repository 
>    using 2 tags and get back, a list of files that have 
>    changed between the 2 tags.

The whole repository?  Not just a particular module/directory?

        cvs patch -s -rtag1 -rtag2 .

For a particular module/directory, use the module/directory name instead
of ".".

-Larry Jones

These things just seem to happen. -- Calvin



reply via email to

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