From owner-freebsd-questions@FreeBSD.ORG Fri May 28 18:04:55 2004 Return-Path: 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 D35B216A4D0 for ; Fri, 28 May 2004 18:04:55 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A9A43D2D for ; Fri, 28 May 2004 18:04:55 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i4T13vbI013512; Fri, 28 May 2004 18:03:58 -0700 From: Kent Stewart To: elarsen2@cox.net Date: Fri, 28 May 2004 18:04:31 -0700 User-Agent: KMail/1.6.2 References: <200405251340.36714.elarsen2@cox.net> <200405262301.32771.kstewart@owt.com> <200405281655.50619.elarsen2@cox.net> In-Reply-To: <200405281655.50619.elarsen2@cox.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405281804.31929.kstewart@owt.com> cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: config is out of sinc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 01:04:56 -0000 On Friday 28 May 2004 02:55 pm, Earl Larsen wrote: > On Thursday 27 May 2004 01:01 am, Kent Stewart wrote: > > On Wednesday 26 May 2004 10:19 pm, Earl Larsen wrote: > > > What would change for 4.9 current? I am a little confused on the > > > difference of RELENG_4_9 and RELENG_4_9_0_RELEASE. Is the first > > > one for stable systems, and the later one for current systems? > > > > You need to read about the branch tags on > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags. > >html > > > > RELENG_4 is stable, which is now going by the name 4.10-STABLE. > > There is now a RELENG_4_10_0_RELEASE, which never changes, and > > RELENG_4_10, which is only updated with critical fixes and security > > advisories. > > Thank you all for the clarafacation. > > Two last question. I just want to duble check myself. > > 1) If I want to update 4.9 to 4.10 I would put RELENG_4_10_0_RELEASE > in my supfile. And it will update everything to the current version > of 4.10. It is a matter of semantics. To me, the current version of 4.10 will be RELENG_4_10. The release version never changes and is out of date the first time they post a fix to RELENG_4_10. So, it can never be the current version. > > 2) The cvsroot-all is for a cvsup-mirror. Ok, but you still don't want to do things the way you were setting it up. Don't waste your network bandwidth and the remote computer resources when you have the same data on a local machine. My mirror is on a computer I call crystal and my stable-supfile on crystal looks like # cat stable-supfile # listed at http://www.freebsd.org/handbook/mirrors.html. #*default host=cvsup8.FreeBSD.org *default host=crystal *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all I would make one other point. When you install cvsup-mirror, it wants to run the update on the hour. I find that 20-25 minutes after the hour is much more successful. The mirrored code only changes once an hour and you don't miss anything. I have found that the mirrors are usually loaded on the hour and I got a lot of denied messages until I setup my cvsup mirror update cronjob to run 20-25 minutes later. I still get occasional denies when a new release is tagged but not nearly as many as I had in the past. I don't update my mirror every hour and if I want to force an update in between cronjobs, I run upcvs, which looks like # cat upcvs #! /bin/sh sh /usr/local/etc/cvsup/update.sh Once you get a mirror cvsup, if you have a web server, install cvsweb-2.0.6_1. You can look at the source just like cvsweb.cgi does on freebsd.org. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html