From owner-freebsd-questions@FreeBSD.ORG Sat Nov 12 14:46:13 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 2FBE516A41F for ; Sat, 12 Nov 2005 14:46:13 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1551A43D49 for ; Sat, 12 Nov 2005 14:46:10 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 18105 invoked by uid 510); 12 Nov 2005 14:48:54 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-4.5/5.0):. Processed in 2.196464 secs); 12 Nov 2005 14:48:54 -0000 X-Spam-Status: No, hits=-4.5 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-4.5/5.0):. Processed in 2.196464 secs Process 18098) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 12 Nov 2005 14:48:52 +0000 From: Robert Slade To: Garance A Drosihn In-Reply-To: References: <1131804588.15379.7.camel@lmail.bathnetworks.co.uk> Content-Type: text/plain Message-Id: <1131806932.15379.10.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 12 Nov 2005 14:48:52 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: CVSUP Issues FBSD 6.0 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: Sat, 12 Nov 2005 14:46:13 -0000 On Sat, 2005-11-12 at 14:30, Garance A Drosihn wrote: > At 2:09 PM +0000 11/12/05, Robert Slade wrote: > >Hiya, > > > >I'm having a problem with newly installed system. cvsup -g L 2 supfile > >gives Release not specified for collection "default" with the supfile > >(based on standard-supfile) containing: > > > >default host=cvsup2.FreeBSD.org > >default base=/var/db > >default prefix=/usr > >default release=cvs > >default tag=RELENG_6_0 > >default delete use-rel-suffix > > > >src-all > > You do not want "default" as a collection. You want to *set* > default values for some variables. To set default values, you > need to have an '*' character before the word 'default'. E.g.: > > *default host=cvsup2.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs > *default tag=RELENG_6_0 > *default delete use-rel-suffix > > src-all > > Note that you do not want to add a '*' before 'src-all', because > 'src-all' is the name of a collection that you want to track. Garance, Thanks - it's working. I was staring at it and totally missed the *. Rob