From owner-freebsd-questions Sun Feb 27 7:48:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 46AC637B528 for ; Sun, 27 Feb 2000 07:48:46 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.60] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id xa810339 for ; Sun, 27 Feb 2000 10:47:25 -0500 Received: from Bozo_3.BozoLand.domain (localhost [127.0.0.1]) by Bozo_3.BozoLand.domain (8.9.3/8.9.3) with SMTP id KAA03659; Sun, 27 Feb 2000 10:48:34 -0500 (EST) (envelope-from brameld@twave.net) From: Walter Brameld To: , "John Purser" , "'Ben Smithurst'" , "'R Joseph Wright'" Subject: RE: cvsup error: Release not specified for collection - CVSup file included Date: Sun, 27 Feb 2000 10:43:12 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: "'Christian Weisgerber'" , References: <000c01bf8137$628aa120$40390918@vncvr1.wa.home.com> In-Reply-To: <000c01bf8137$628aa120$40390918@vncvr1.wa.home.com> MIME-Version: 1.0 Message-Id: <00022710483401.03626@Bozo_3.BozoLand.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 27 Feb 2000, in a never-ending search for enlightenment, John Purser wrote: > Lets try this again. > > My cvsupfile is copied from the examples directory. The non-comment lines > are: > host=cvsup1.freebsd.org > base=/usr > prefix=/home/ncvs > *default host=cvsup1.freebsd.org > *default base=/usr > *default prefix=/home/ncvs > *default release=cvs > *default delete use-rel-suffix > *default compress > *default tag=RELENG_3_4_0_RELEASE > src-all > cvs-crypto > ports-all > doc-all > > And I invoke cvsup as root like this: > cvsup -g -L2 cvsupfile > in the directory (/root) with the cvsupfile. > > I'm still getting the error message: > Release not specified for collection "host=cvsup1.freebsd.org" > > I (think I)really want to track the 3.4 release branch. I've commented out > the line "*default tag=RELENG_3_4_0_RELEASE" with no effect. It is reading > my cvsupfile because I've tried cvsup2.freebsd.org as well and I get the > same message from a different server. > > What am I tripping over/stepping on? > > Thanks, > > John Purser At first blush, if this is an actual copy of all the non-commented lines, then you need to remove the first three. The file should look like this: *default host=cvsup1.freebsd.org *default base=/usr *default prefix=/home/ncvs *default release=cvs *default delete use-rel-suffix *default compress *default tag=RELENG_3_4_0_RELEASE src-all cvs-crypto ports-all doc-all You may also want to use a different site, as the higher numbered ones tend not to be used as much. I use cvsup7.freebsd.org and get excellent response time. -- Walter Brameld in·tel·lec·tu·al n. Someone who has been educated past his/her level of intelligence. Join the Army, meet interesting people, kill them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message