Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 1998 10:00:31 -0500
From:      Edwin Culp <eculp@webwizard.org.mx>
To:        John Polstra <jdp@polstra.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: make release
Message-ID:  <35B8A18F.DD92180D@webwizard.org.mx>
References:  <35B7F199.A7A88FA@webwizard.org.mx> <199807240415.VAA27447@austin.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra wrote:

> 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.

Will do, and with your orientation I think I see what my problems were
and
are with the new configuration files.

Thanks

ed


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?35B8A18F.DD92180D>