From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <01e4f0edc05e0e36f9393457b6df9325@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: patch/list sorry/nbroken-8 From: "Russ Cox" Date: Wed, 29 Mar 2006 18:37:39 -0500 In-Reply-To: <5f0780bda86d12586b41975a5458aa1e@cat-v.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 25d2c34c-ead1-11e9-9d60-3106f5b1d025 > Note also that keeping a customized version of the kernel source locally is > completely unacceptable. You keep saying that, but that doesn't make it true. It's actually very common for people to keep customized versions of source in /sys/src. When you pull, if one of those files is new then you have to diff it and make the changes by hand, then run pull -c to tell replica that you've taken care of that. It's not hard. Russ