From owner-freebsd-questions Wed Jul 31 13:53:43 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA25253 for questions-outgoing; Wed, 31 Jul 1996 13:53:43 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA25242 for ; Wed, 31 Jul 1996 13:53:38 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id OAA03694; Wed, 31 Jul 1996 14:53:29 -0600 (MDT) Date: Wed, 31 Jul 1996 14:53:29 -0600 (MDT) Message-Id: <199607312053.OAA03694@rocky.mt.sri.com> From: Nate Williams To: Wayne Hernandez Cc: questions Subject: Re: cvs commit usage (on local trees) In-Reply-To: References: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > How do we use the cvs system on local trees? I'm assuming you're trying to 'modify' the FreeBSD-CVS tree as gotten via SUP/CTM, right? To be honest, you really don't modify it, since any changes you make will be wiped out the next time you SUP the tree, or if you use CTM it'll complain that the tree isn't in the correct shape. > cvs commit: cannot exec $CVSROOT/CVSROOT/commitcheck: No such file or directory You don't have the base stuff on your machine. If you did, then it would complain that you aren't on 'freefall'. :) Nate