Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g0VLrCg10078 for linux-xfs-outgoing; Thu, 31 Jan 2002 13:53:12 -0800 Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g0VLr7d10056 for ; Thu, 31 Jan 2002 13:53:08 -0800 Received: from auto-nb1.xs4all.nl (213-84-100-130.adsl.xs4all.nl [213.84.100.130]) by smtpzilla2.xs4all.nl (8.12.0/8.12.0) with ESMTP id g0VKr0hX031982; Thu, 31 Jan 2002 21:53:00 +0100 (CET) Message-Id: <4.3.2.7.2.20020131215034.035273e0@pop.xs4all.nl> X-Sender: knuffie@pop.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 31 Jan 2002 21:51:25 +0100 To: Jeff Layton , linux-xfs@oss.sgi.com From: Seth Mos Subject: Re: Newbie Patch/CVS question In-Reply-To: <3C59AE0F.62BAD274@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Status: O Content-Length: 978 Lines: 28 At 15:50 31-1-2002 -0500, Jeff Layton wrote: >Hello, > > I'm sorry about the newbie question, but I don't have >any experience with using CVS and creating patches. > What I want to do is download the latest XFS for 2.4 >from CVS. I managed to do that just fine, resulting in >a massive directory called linux-2.4-xfs. If I want to >create a patch file from this directory versus, say, >linux-2.4.17, what diff options do I use? (I experimented >with some, searched on google fairly quickly, and >punted to this mailing-list when I didn't have any luck). > After I get the patch I know what to do (some friends >with even less experience than me want the latest >patch from the CVS and sort of appointed me to do it :). diff -urN is good one but you will need to get rid off the CVS dirs as well. See the -X option off the diff manpage. Cheers -- Seth Every program has two purposes one for which it was written and another for which it wasn't I use the last kind.