From owner-freebsd-questions@FreeBSD.ORG Sun May 14 02:13: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 3319716A424 for ; Sun, 14 May 2006 02:13:07 +0000 (UTC) (envelope-from dthomas53@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6DE643D45 for ; Sun, 14 May 2006 02:13:02 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so836524pya for ; Sat, 13 May 2006 19:13:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=owH5rWN61NVc4+ZwQkq5mebngykhITwzG4FamiS/qIyNe+Og7WicF3ASS4YVeJB6b8CeWg7eLD+7lFj0aWd2nKGqVa0c/oHejsGMKQ3s4qT0zLcvf3amI1eZXgnTchq/F4cEsAWQdCQ/GXtkM4wJ2gulzNGT6Iz7BzA766r+7D8= Received: by 10.35.84.12 with SMTP id m12mr1467892pyl; Sat, 13 May 2006 19:13:02 -0700 (PDT) Received: by 10.35.13.3 with HTTP; Sat, 13 May 2006 19:13:02 -0700 (PDT) Message-ID: Date: Sat, 13 May 2006 22:13:02 -0400 From: "David Stanford" To: "Aren Olvalde Tyr" In-Reply-To: <200605132330.08793.aren.tyr@gawab.com> MIME-Version: 1.0 References: <000301c676b3$9f398b90$6603a8c0@zeus> <200605132330.08793.aren.tyr@gawab.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Cvsup verses 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: Sun, 14 May 2006 02:13:07 -0000 On 5/13/06, Aren Olvalde Tyr wrote: > > On Saturday 13 May 2006 18:35, Tom Moore wrote: > > Hi guys. > > Which program is best for retrieving and keeping the ports tree up to > date? > > What are some pros and cons of each approach? > > Is one method better than the other? > > Both systems are very efficient and work extremely well, so you won't go > too > far wrong with either. However, I believe Portsnap has the edge and uses > less > bandwidth. > > Keeping your Ports tree up to date with Portsnap is as simple as > > #portsnap fetch && portsnap update Or as of 6.0-RELEASE, just: # portsnap fetch update ;) Assuming, of course, you've already extracted the tree... Aren. -David