From owner-freebsd-questions Mon Feb 19 15:27:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id D9E5A37B4EC for ; Mon, 19 Feb 2001 15:27:36 -0800 (PST) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 771A73E09; Mon, 19 Feb 2001 15:27:36 -0800 (PST) To: Virtual Bob Cc: freebsd-questions@freebsd.org Subject: Re: make release & CVSROOT In-Reply-To: Message from Virtual Bob of "Mon, 19 Feb 2001 17:19:56 CST." Date: Mon, 19 Feb 2001 15:27:36 -0800 From: Dima Dorfman Message-Id: <20010219232736.771A73E09@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ -stable -> -questions ] > I'm trying to make release and ran into problems with CVSROOT. First time > around, it said it can't find it. I finally determined it's a directory > containing stuff for cvs, and ftp'ed development/FreeBSD-CVS/CVSROOT > directory hierarchy to /usr/CVSROOT. However, when make release is > invoked again, it complains it cannot "check out" itself. > > I'd like to know what else needs to be done to get make release work with > CVSROOT? You need the entire CVS repository to build a release. When it says CVSROOT it means the top directory of the repository (you should see directories like 'src' and 'doc' in there). It so happens that there's also a directory called CVSROOT, which isn't directly related to what it's referring to (although its presence is required for `make release`). I believe there should be documentation in the Handbook on how to get the repository. Failing that, take a look at /usr/share/examples/cvsup/cvs-supfile. Hope this helps Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message