From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 03:29:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CDF16A41F for ; Tue, 30 Aug 2005 03:29:08 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B9743D55 for ; Tue, 30 Aug 2005 03:29:08 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from opteron (c-67-171-212-242.hsd1.or.comcast.net[67.171.212.242]) by comcast.net (sccrmhc12) with SMTP id <20050830031212012000f93ie>; Tue, 30 Aug 2005 03:12:12 +0000 Message-ID: <008d01c5ad10$9dedda60$3264a8c0@opteron> From: "K Anderson" To: "Nikolas Britton" References: <003a01c5acde$e2fb89e0$3264a8c0@opteron> Date: Mon, 29 Aug 2005 20:12:12 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: freebsd-questions@freebsd.org Subject: Re: Which version and other updating questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 03:29:08 -0000 ----- Original Message ----- >From: "Nikolas Britton" >To: "K Anderson" >Cc: >Sent: Monday, August 29, 2005 5:36 PM >Subject: Re: Which version and other updating questions > >On 8/29/05, K Anderson wrote: >> I recently did a cvsup and it fetched all sorts of things so I'm a bit >> concerned about what version make buildworld would create. How come the >> Makefile under src/ doesn't have a version of the build about to be >> created >> (The only version information is for the Makefile itself 1.323 but that's >> not very helpful)? If it's there could somebody put it someplace that >> makes >> it easy to find. > >http://www.freebsd.org/cgi/cvsweb.cgi/src/Makefile That Makefile is for >HEAD > Hey great stuff, but it would still be nice to see a build version in the Make file like the port maintainers do. >> >> And UPDATING has NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:.... >> But >> that's not helpful because it just tells me that I could inadvertently >> fetch >> 7.x stuff (which I probably just did since I have tag=.). > >It tells you that you *did* fetch 7.x stuff > Ugh, not a big deal though. I'll take your recommendations that you had below and correct the situation. Thanks again. >> >> uname -a reported 6.0-CURRENT (Gack current, doh *feint*). >> >> Here's what my cvsupme5 file looks like --- >> *default host=cvsup7.FreeBSD.org >> *default base=/usr >> *default prefix=/usr >> *default release=cvs tag=. >> *default delete use-rel-suffix >> >> src-all >> ports-all >> >> >> Let me guess, since I'm using tag=. (Otherwise known as HEAD) it's going >> to >> get what ever is bleeding edge? > >Yes. > >> >> Should I change that to tag=RELENG_6 (In hopes that cvsup doesn't grab >> bleeding edge stuff)? > >Yes and remove "ports-all", one supfile for ports and one supfile for >system, here is my systems supfile: >*default host=cvsup12.us.FreeBSD.org >*default base=/var/db >*default prefix=/usr >*default release=cvs tag=RELENG_6 >*default delete use-rel-suffix >*default compress >src-all > >And here is my ports supfile: >*default host=cvsup12.us.FreeBSD.org >*default base=/var/db >*default prefix=/usr >*default release=cvs tag=. >*default delete use-rel-suffix >*default compress >ports-all > >The Ports system has no cvs branches, it is always HEAD. > >You can also check here for FreeBSD branch tags: >http://www.freebsd.org/releng/index.html Another good URL. Ugh, were did you learn all these little things from?