Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 1998 09:09:59 -0700
From:      John Polstra <jdp@polstra.com>
To:        junker@jazz.snu.ac.kr
Cc:        stable@FreeBSD.ORG
Subject:   Re: How to 'make release' using anonCVS?
Message-ID:  <199808061609.JAA26274@austin.polstra.com>
In-Reply-To: <wkg1fazkwb.fsf@jazz.snu.ac.kr>
References:  <wkg1fazkwb.fsf@jazz.snu.ac.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <wkg1fazkwb.fsf@jazz.snu.ac.kr>,
CHOI Junho  <junker@jazz.snu.ac.kr> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808061609.JAA26274>