From owner-freebsd-scsi Sat Dec 14 07:50:37 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA09394 for freebsd-scsi-outgoing; Sat, 14 Dec 1996 07:50:37 -0800 (PST) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id HAA09382; Sat, 14 Dec 1996 07:50:33 -0800 (PST) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id JAA29561; Sat, 14 Dec 1996 09:49:42 -0600 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma029558; Sat Dec 14 09:49:34 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [10.0.11.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id JAA31597; Sat, 14 Dec 1996 09:49:52 -0600 Received: from jake.lodgenet.com (localhost [127.0.0.1]) by jake.lodgenet.com (8.8.3/8.6.12) with ESMTP id JAA09815; Sat, 14 Dec 1996 09:50:18 -0600 (CST) Message-Id: <199612141550.JAA09815@jake.lodgenet.com> To: "Justin T. Gibbs" cc: freebsd-scsi@freebsd.org, gibbs@freebsd.org, erich@freebsd.org Subject: Re: The SCSI branch.. In-reply-to: Your message of "Fri, 13 Dec 1996 16:05:16 PST." <199612140005.QAA26822@freefall.freebsd.org> Date: Sat, 14 Dec 1996 09:50:18 -0600 From: "Eric L. Hernes" Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Justin T. Gibbs" writes: > >Are you sure you want to attempt to run the SCSI branch??? It still needs >a lot of work. > Well call me crazy, but I was kind of interested in helping on some of it, while I figure out the SCSI subsystem. I'm not real interested in figuring out the way it is now, only to have it swapped out in the near future ;-) >Anyway, what I do is do an update on the individual files and directories. >There is a switch to CVS to tell it to not remove files without that tag, >but it puts SCSI as the sticky tag on them anyway which can lead to >problems down the line. You can determine the files to update by doing >and independent 'SCSI' checkout of sys. > ok, so something like: $ cvs co -r SCSI sys $ mv sys sys.scsi $ cvs co sys $ cd sys.scsi $ for i $(find . -type f); do (cd ../sys/$(dirname $i) cvs up -r SCSI $(basename $i) ) done >-- >Justin T. Gibbs >=========================================== > FreeBSD: Turning PCs into workstations >=========================================== eric.