From owner-freebsd-hackers Fri Mar 3 0:45:15 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id EFB5A37B629 for ; Fri, 3 Mar 2000 00:45:07 -0800 (PST) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JMLBDVT9XI000RWC@research.kpn.com> for freebsd-hackers@freebsd.org; Fri, 3 Mar 2000 09:45:05 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id <19A08CW1>; Fri, 03 Mar 2000 09:45:05 +0100 Content-return: allowed Date: Fri, 03 Mar 2000 09:45:04 +0100 From: "Koster, K.J." Subject: RE: Keeping using locally modified source To: 'FreeBSD Hackers mailing list' Message-id: <59063B5B4D98D311BC0D0001FA7E45220131391E@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > The problem is how do we keep up with -STABLE > > afterwards? Using CVSup, out changes will get clobbered > every time. Is > > there a facility where you can keep up with the source but let local > > modifications through? > > Yup, just use cvsup to maintain an up to date copy of the repository > localy and then cvs checkout your source tree from there. This allows > you to keep in sync and keep local modifications in your > tree. Updates > take longer and I recommend updating ports via direct cvsup instead of > via cvs checkout (it's much faster if you aren't modifying ports), but > it works quite well. > Ugh. That's a bit heavy, don't you think? How about diffing your modifications into a patch file and apply the patch every time between "make update" and "make world". Practical upshot is that if you'd like to commit that work, you can just send the diffs. :-) Kees Jan ============================================== You are only young once, but you can stay immature all your life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message