From owner-freebsd-questions@FreeBSD.ORG Sat Jan 28 21:27:07 2006 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 1858416A422 for ; Sat, 28 Jan 2006 21:27:07 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD06A43D5F for ; Sat, 28 Jan 2006 21:27:00 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so836651nzo for ; Sat, 28 Jan 2006 13:27:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:user-agent:cc:references:in-reply-to:mime-version:content-disposition:date:content-type:content-transfer-encoding:message-id:from; b=ELCtL5JugE4Jrig2TmqtZQM7rkd1myDcB1MpqGMMbNgbTsoaB7m6FUMEU+2zpZuABy1BsfROt9Jgx4nGwTyiVQ71UJd6Wjjr/N52swNE8XYmZvnAr8E+jyf5YziLBdUzNpOxYp231OpSTIW9TeEG9ENOh0zKhjLI8C8U+WRbc3Q= Received: by 10.37.12.58 with SMTP id p58mr402296nzi; Sat, 28 Jan 2006 13:26:59 -0800 (PST) Received: from pres1750.mylan.net ( [68.77.240.45]) by mx.gmail.com with ESMTP id 15sm4086313nzn.2006.01.28.13.26.57; Sat, 28 Jan 2006 13:26:57 -0800 (PST) To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.1 References: <20060128142808.950F.GERARD@seibercom.net> In-Reply-To: <20060128142808.950F.GERARD@seibercom.net> MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 28 Jan 2006 15:26:49 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200601281526.50181.duncan.fbsd@gmail.com> From: "Donald J. O'Neill" Cc: Subject: Re: Portsnap 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, 28 Jan 2006 21:27:07 -0000 On Saturday 28 January 2006 13:36, Gerard Seibert wrote: > I just started using 'portsnap' on my FreeBSD 5.4 PC. If I were to > run cvsup again, and perhaps 'portsdb -Uu' would that cause a problem > if 'portsnap' were run again? Would I have to run the extract command > again to initialize the ports tree? > > Thanks My personal opinion is: you're going to be unhappy if you do that. The first time you use portsnap, it takes a while, but after that initial use and setup, nothing can touch it for speed. I used to use portsdb once upon a time, but the ruby bug finally hit me and I had to look for other means to accomplish the same task. Now I use portversion (`portversion -v | grep needs` updates portsdb, pkgdb and outputs a list of packages needing updating) which does it faster and better. Sorry Gerard, I used the wrong email address. Don