From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 13:52:12 2003 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 52DE037B401 for ; Wed, 23 Apr 2003 13:52:12 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 6198143FBD for ; Wed, 23 Apr 2003 13:52:10 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 12925 invoked by uid 1001); 23 Apr 2003 20:52:08 -0000 Date: Wed, 23 Apr 2003 22:52:07 +0200 From: Erik Trulsson To: dimitrim Message-ID: <20030423205207.GA12897@falcon.midgard.homeip.net> Mail-Followup-To: dimitrim , freebsd-questions@freebsd.org References: <200304232047.h3NKlWWQ013204@fuzzy.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304232047.h3NKlWWQ013204@fuzzy.xs4all.nl> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: cvsup repository 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: Wed, 23 Apr 2003 20:52:12 -0000 On Wed, Apr 23, 2003 at 10:47:32PM +0200, dimitrim wrote: > Hello, > > I'm trying to cvsup the FreeBSD repository. > All dirs expected (doc, ports, src) and all ,v files are there, but no CVSROOT/ > Do i miss something in the cvsup-file to download that as well? > > I use the following (from the examples) cvsup-file: > > > *default host=cvsup.uk.FreeBSD.org > *default base=/export/home/cvs/cvsup > *default prefix=/export/home/cvs/freebsd > *default release=cvs > *default delete use-rel-suffix > > *default compress > > src-all > ports-all > doc-all You miss the cvsroot-all collection to go together with your src-all, ports-all and doc-all collections. The CVSROOT stuff was recently moved out of the src-all collection and into its own. See /usr/share/examples/cvsup/cvs-supfile (from a recent system) for more information. -- Erik Trulsson ertr1013@student.uu.se