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
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs