From owner-freebsd-current Sun May 4 01:57:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA16467 for current-outgoing; Sun, 4 May 1997 01:57:40 -0700 (PDT) Received: from ridge.spiritone.com (ridge.spiritone.com [205.139.108.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA16462 for ; Sun, 4 May 1997 01:57:38 -0700 (PDT) Received: from joes.users.spiritone.com (joes.users.spiritone.com [205.139.111.224]) by ridge.spiritone.com (8.8.5/8.8.5) with ESMTP id BAA10660 for ; Sun, 4 May 1997 01:53:40 -0700 (PDT) Received: by joes.users.spiritone.com via sendmail with stdio id for current@freebsd.org; Sun, 4 May 1997 01:57:05 -0700 (PDT) (Smail-3.2 1996-Jul-4 #1 built 1997-Apr-28) Message-Id: From: joes@spiritone.com (Joseph Stein) Subject: Help with merging in local changes with CVS etc... To: current@freebsd.org Date: Sun, 4 May 1997 01:57:05 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I would like to make a local change to the CVS repository (only). The change is in the src/sys directory, to add the ppa drivers for my zip drive. I know I will need to maintain a copy of the full CVS repository, but how do I ensure that the change will remain in effect after further changes (pulled in with CVSup)? I'd appreciate any heads-ups... (Even if it tells me to go read something.) I did a search at the web site using CVS Local CVSUP etc, and got nothing "relevant" to this task. Thanks in advance.