From owner-freebsd-current@FreeBSD.ORG Sun Sep 12 14:31:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9032F16A4EB for ; Sun, 12 Sep 2004 14:31:57 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A79943D54 for ; Sun, 12 Sep 2004 14:31:57 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.11] (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i8CEWgsL025287; Sun, 12 Sep 2004 08:32:42 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <41445D27.3010103@samsco.org> Date: Sun, 12 Sep 2004 08:28:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sam References: <4143FB0C.7080400@authtec.net> In-Reply-To: <4143FB0C.7080400@authtec.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: current@freebsd.org Subject: Re: How to download cvs files for Beta 3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 14:31:57 -0000 sam wrote: > Hi, > > I found a tag for downloading the 5.3 Current (not 6.0) with the > following cvsup-sup file definition: > > *default host=cvsup.ca.freebsd.org > *default base=/usr > *default prefix=/bdata/ncvs > *default release=cvs tag=RELENG_5 > *default delete use-rel-suffix > > but this is only download the source. How can I download the cvs file? > those files ended with ",v". I need to use it to execute "make release ..." > > Thanks > sam Remove the 'tag=RELENG_5' part completely. You will then get a copy of the entire repository that covers all branches, not just RELENG_5. Scott