Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 1998 21:15:55 -0700
From:      John Polstra <jdp@polstra.com>
To:        eculp@webwizard.org.mx
Cc:        current@FreeBSD.ORG
Subject:   Re: make release
Message-ID:  <199807240415.VAA27447@austin.polstra.com>
In-Reply-To: <35B7F199.A7A88FA@webwizard.org.mx>
References:  <35B7F199.A7A88FA@webwizard.org.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <35B7F199.A7A88FA@webwizard.org.mx>,
Edwin Culp  <eculp@webwizard.org.mx> wrote:

> Daily
>     cvsup -g -L2 cvs-supfile
>     cvsup -g -L2 cvs-rel
> At least weekly
>     make world and new kernel
> Twice a month inmediately after the make world and kernel
>     make release
> 
> here are my new config files cvs-supfile and cvs-rel that
> are causing the problem although I did get through a make
> world after manually creating about 6-8 Attic directories.
> 
> # cat cvs-supfile
> *default tag=.
> *default host=cvsup.FreeBSD.org
> *default base=/a
> *default prefix=/usr
> *default release=cvs
> *default delete compress use-rel-suffix
> src-all
> cvs-crypto
> doc-all
> src-secure
> ports-all
> # cat cvs-rel
> *default host=cvsup.FreeBSD.org
> *default base=/a
> *default prefix=/usr
> *default release=cvs
> *default delete compress use-rel-suffix
> src-all
> cvs-crypto
> doc-all
> src-secure
> ports-all

You are CVSupping both the checked-out -current sources and the CVS
repository to the same place ("/usr/{src,doc,ports}").  Why?  No
wonder you're having problems.

For the "cvs-rel" supfile (getting the CVS repository), you should
have "*default prefix=/home/ncvs".  And if you are getting the CVS
repository, you should probably not get the checked-out -current
sources ("cvs-supfile") at all.  Just check them out of the
repository using cvs.

I would suggest rereading the CVSup section of the FreeBSD Handbook.
--
   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-current" in the body of the message



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