From owner-freebsd-stable Thu Aug 6 09:10:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29687 for freebsd-stable-outgoing; Thu, 6 Aug 1998 09:10:21 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29682 for ; Thu, 6 Aug 1998 09:10:19 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id JAA26274; Thu, 6 Aug 1998 09:09:59 -0700 (PDT) (envelope-from jdp) Message-Id: <199808061609.JAA26274@austin.polstra.com> To: junker@jazz.snu.ac.kr Subject: Re: How to 'make release' using anonCVS? In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: stable@FreeBSD.ORG Date: Thu, 06 Aug 1998 09:09:59 -0700 From: John Polstra Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , CHOI Junho wrote: > > I tried to make local distribution set of 2.2.7-RELEASE(using > anoncvs). So I entered these things: > > # cd /usr/src/release > # make release CHROOTDIR=/dcs/dist BUILDNAME=2.2.7-RELEASE RELEASETAG=RELENG_2_2_7_RELEASE CVSROOT=anoncvs@anoncvs.freebsd.org:/cvs > > > It ends with the following messages: > > > ... > mkdir /dcs/dist//bootstrap > for i in /sbin/mount /sbin/umount /usr/bin/cpio ; do cp -p /dcs/dist$i /dcs/dist//bootstrap ; done > cd /dcs/dist/usr && rm -rf src && cvs -d anoncvs@anoncvs.freebsd.org:/cvs co -P -r RELENG_2_2_7_RELEASE src > cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied > *** Error code 1 > > Stop. This sounds like a bug in anonymous cvs. > I tried to find some related articles. Someone said 'use -r option to > cvs', but I got same result as above(permission denied). The "-R" (upper-case) option might work. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message