Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 1996 09:50:18 -0600
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
Cc:        freebsd-scsi@freebsd.org, gibbs@freebsd.org, erich@freebsd.org
Subject:   Re: The SCSI branch.. 
Message-ID:  <199612141550.JAA09815@jake.lodgenet.com>
In-Reply-To: Your message of "Fri, 13 Dec 1996 16:05:16 PST." <199612140005.QAA26822@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
"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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612141550.JAA09815>