From owner-freebsd-stable@FreeBSD.ORG Tue Oct 24 20:04:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4097E16A403; Tue, 24 Oct 2006 20:04:12 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB46E43D45; Tue, 24 Oct 2006 20:04:11 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id k9OK49Gp086482; Tue, 24 Oct 2006 15:04:09 -0500 (CDT) (envelope-from dan) Date: Tue, 24 Oct 2006 15:04:09 -0500 From: Dan Nelson To: Doug Barton Message-ID: <20061024200409.GE53901@dan.emsphone.com> References: <20061024050431.GA1474@dwpc.dwlabs.ca> <453E662C.6050501@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <453E662C.6050501@FreeBSD.org> X-OS: FreeBSD 6.2-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-stable@freebsd.org, Duane Whitty Subject: Re: Pleading for commit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 20:04:12 -0000 In the last episode (Oct 24), Doug Barton said: > Duane Whitty wrote: > >Patching it myself after every cvs update is not such a big deal; It > >is forgetting to patch it after every update which is a big deal. > > Write a little script for yourself that calls cvsup then runs patch > so you won't forget. :) Or cvsup the CVS repository (instead of using checkout mode), check out your working tree from there, and run "cvs update" to update your sources, which will preserve local changes. -- Dan Nelson dnelson@allantgroup.com