From owner-freebsd-current@FreeBSD.ORG Fri Jul 2 22:38:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17E416A4CE for ; Fri, 2 Jul 2004 22:38:19 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A0F43D45 for ; Fri, 2 Jul 2004 22:38:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i62KbaWR009765; Fri, 2 Jul 2004 13:37:36 -0700 (PDT) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i62KbaT9002252; Fri, 2 Jul 2004 13:37:36 -0700 (PDT) In-Reply-To: <20040702201224.55250.qmail@web50702.mail.yahoo.com> References: <20040702201224.55250.qmail@web50702.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 2 Jul 2004 16:37:35 -0400 To: Kim Culhan X-Mailer: Apple Mail (2.618) cc: freebsd-current@FreeBSD.org Subject: Re: make release fails -what to set CVSROOT ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:38:20 -0000 On Jul 2, 2004, at 4:12 PM, Kim Culhan wrote: > Setting CVSROOT to /usr/src is obviously the wrong thing > as it results in: You probably need to run cvsup in CVS mode rather than in checkout mode in order to use make release. That will download the FreeBSD sources as a CVS repository... -- -Chuck