From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 10:07:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B2C106566C for ; Tue, 24 Mar 2009 10:07:15 +0000 (UTC) (envelope-from brucec@muon.cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id E160A8FC1D for ; Tue, 24 Mar 2009 10:07:14 +0000 (UTC) (envelope-from brucec@muon.cran.org.uk) Received: by muon.cran.org.uk (Postfix, from userid 1000) id 503691924A; Tue, 24 Mar 2009 10:07:14 +0000 (GMT) Date: Tue, 24 Mar 2009 10:07:14 +0000 From: Bruce Cran To: Matthias Apitz Message-ID: <20090324100714.GA451@muon.cran.org.uk> References: <20090324095431.GA4288@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090324095431.GA4288@rebelion.Sisis.de> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: updated "world" to CURRENT, how to update ports to CURRENT? 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: Tue, 24 Mar 2009 10:07:15 -0000 On Tue, Mar 24, 2009 at 10:54:31AM +0100, Matthias Apitz wrote: > > Hello, > > I've updated FreeBSD in some VM from 7.0-REL to CURRENT (without any > problem); but I'm unsure now how to bring the ports tree /usr/ports to > CURRENT; > > normally in 7.0-REL I've used 'portsnap fetch update', but this will > perhaps not bring the ports tree to CURRENT; I've read a lot the > handbook about, but it is not clear for me; should I use CVS as well to > bring the /usr/ports to CURRENT, or something else? > The ports tree isn't versioned like /usr/src; 'portsnap fetch' will always fetch the latest copy from cvs mainline, and the only way to go back to a branch (e.g RELENG_5_5_0) is by using csup, which you would only really want to do if you're using a release of FreeBSD which has gone out of support, such as 5.x. -- Bruce Cran