From owner-freebsd-scsi Sun Sep 1 00:11:07 1996 Return-Path: owner-freebsd-scsi Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA11999 for freebsd-scsi-outgoing; Sun, 1 Sep 1996 00:11:07 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA11969 for ; Sun, 1 Sep 1996 00:11:01 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id PAA03615; Sun, 1 Sep 1996 15:10:36 +0800 (WST) Message-Id: <199609010710.PAA03615@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: gibbs@freefall.freebsd.org (Justin T. Gibbs), freebsd-scsi@freebsd.org Subject: Re: Putting the "experimental" SCSI system on a branch In-reply-to: Your message of "Sat, 31 Aug 1996 07:56:41 +0200." <199608310556.HAA07179@uriah.heep.sax.de> Date: Sun, 01 Sep 1996 15:10:36 +0800 From: Peter Wemm Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > As Justin T. Gibbs wrote: > > > >Did you consider putting your changes on a CVS branch in > > >-current ? This would GREATLY reduce the amount of work > > >it takes me to have a development source tree .. > > > I hadn't thought much about this, but it would certainly allow > > others to contribute to this revamp. Peter, how hard would it > > be to set this up? > > I think all you need to do is to run easy-import on them, specify an > existing module name (sys_scsi), and perform a vendor-branch import. No, this is something completely different..... This will put it on the VENDOR branch for merging into HEAD. It will be generally inaccessable to the users. Any new files will appear on the HEAD revision. If you really want to do it this way, it's done by branching the kernel and putting your files in there. When people do an 'cvs update -r branchtag' they will no longer see changes in -current and only the new scsi system. Cheers, -Peter