From owner-freebsd-questions Tue Aug 28 12:38:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 6423137B401 for ; Tue, 28 Aug 2001 12:38:16 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b010.otenet.gr [195.167.121.138]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f7SJcDw16358; Tue, 28 Aug 2001 22:38:13 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f7SI5pE13082; Tue, 28 Aug 2001 21:05:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 28 Aug 2001 21:05:51 +0300 From: Giorgos Keramidas To: Mathieu Arnold Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvs Message-ID: <20010828210551.C11715@hades.hell.gr> References: <3B8B93F8.E68AAFC1@club-internet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B8B93F8.E68AAFC1@club-internet.fr>; from arn_mat@club-internet.fr on Tue, Aug 28, 2001 at 02:52:08PM +0200 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html 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 From: Mathieu Arnold Subject: cvs Date: Tue, Aug 28, 2001 at 02:52:08PM +0200 > Hi > > I know it's quite off topic, but i've never used cvs with branches, and > i was looking for a way to get a diff from the original 4.3-release, and > releng_4_3, but I don't seem to be able to get it... > What parameters do I have to give to cvs diff ? If you have the CVS tree locally mirrored with CVSup, say in /home/ncvs, you can always use CVS like this: % cd /tmp % setenv CVSROOT /home/ncvs % cvs -R checkout -r RELENG_4 src % cd src % cvs -R diff -r RELENG_4_3_0_RELEASE That will give you all the diffs from 4.3-RELEASE to 4-STABLE, which will be quite a big patch-file! -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message