Message-ID: <395706A0.6418EC47@softhome.net> Date: Mon, 26 Jun 2000 09:30:40 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com, Eli Zaretskii Subject: Re: Changes since certain version References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > > Is there any way to get CVS to report all the files that were changed > since a certain date, or a specific revision tag? For example, if I need > to know what DJGPP source files have changed since v2.03, how would I go > about it? (DJ tagged the repository before checking in changes after > v2.03.) > > I cannot find anything apporopriate in the CVS manual. Am I missing > something? From the CVS manual I think that cvs diff -R -u -r v2_03 djgpp should DTRT. Laurynas