From owner-freebsd-questions Wed Apr 17 7:12:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from diogenis.ceid.upatras.gr (diogenis.ceid.upatras.gr [150.140.141.181]) by hub.freebsd.org (Postfix) with SMTP id DBCBF37B405 for ; Wed, 17 Apr 2002 07:12:28 -0700 (PDT) Received: (qmail 3928 invoked by uid 1465); 17 Apr 2002 14:10:45 -0000 Message-ID: <20020417141045.3927.qmail@diogenis.ceid.upatras.gr> From: "Giorgos Keramidas" Date: Wed, 17 Apr 2002 17:10:45 +0300 (EET DST) To: Erik Trulsson Cc: Mathieu Arnold , freebsd-questions@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh In-Reply-To: <20020417104022.GA10940@student.uu.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Apr 2002, Erik Trulsson wrote: > You can give two -r options to cvs diff. > cvs diff -r TAG1 -r TAG2 file > > will show the difference between versions TAG1 and TAG2 of the file. Minor nit. You'll probably want to omit the spaces between the -r option and the tags. Make this command line: cvs diff -rTAG1 -rTAG2 I don't remember why I started striping the spaces, but I think I had run over some problem. Can't remember exactly what it was, but well... just thought I'd mention. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message