Date: Tue, 09 Apr 1996 23:09:06 +0200 From: Mark Murray <mark@grondar.za> To: "Marc G. Fournier" <scrappy@ki.net> Cc: "Marc G. Fournier" <scrappy@freefall.freebsd.org>, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/cron/crontab crontab.c Message-ID: <199604092109.XAA02292@grumble.grondar.za>
next in thread | raw e-mail | index | archive | help
"Marc G. Fournier" wrote: > Can someone tell me how to actually put this into -stable as > well? Everyone makes it look like such a simple thing to do, but > I don't presume that its a simple matter of 'cvs commit -r RELENG_2_1_0'? > I would assume I'd have to checkout the 2.1.0 version, then install the > patch and then commit again? The easiest is for you to checkout STABLE and repatch: $ cvs co -rRELENG_2_1_0 crontab $ cd crontab $ patch < ...... $ cvs commit The -rBLAH is 'sticky', so you only need it on the co. Under the right circumstances (not too many diffs), you could replace the patch step with something like $ cvs update -jHEAD some_file.c And review the diffs with "cvs diff" M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604092109.XAA02292>