Date: Fri, 03 Mar 2000 09:45:04 +0100 From: "Koster, K.J." <K.J.Koster@kpn.com> To: 'FreeBSD Hackers mailing list' <freebsd-hackers@freebsd.org> Subject: RE: Keeping using locally modified source Message-ID: <59063B5B4D98D311BC0D0001FA7E45220131391E@l04.research.kpn.com>
next in thread | raw e-mail | index | archive | help
> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59063B5B4D98D311BC0D0001FA7E45220131391E>