Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 8 Mar 2001 23:58:32 -0500 Message-Id: <200103090458.XAA10393@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: bkeener AT thesoftwaresource DOT com CC: cygwin-developers AT sourceware DOT cygnus DOT com In-reply-to: (message from Brian Keener on Thu, 08 Mar 2001 23:36:45 EST) Subject: Re: Cvs diff --- I don't understand References: cvs diff compares against the version your changes are based on, which is the last version you checked out or updated to. If you want to bring yourself up to date wrt the latest sources, use "cvs update" and *then* cvs diff. In theory, you can do "cvs diff -rHEAD ..." to compare against the latest version *instead of* the version your changes are based on, but I've rarely used this myself. Update/diff is the Right Thing to do.