From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 12:36:31 2005 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 5209716A420 for ; Thu, 10 Nov 2005 12:36:31 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3D643D46 for ; Thu, 10 Nov 2005 12:36:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so656515wxc for ; Thu, 10 Nov 2005 04:36:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Y/0Y4batqARJqS6agaJiPhOGizNGH/eYSRbgWGgpCNnsAEfjeIw8J1LYq9QLTVJoUmSpyP+T0CuT1Zar/mNCceIc65YhTCV3cqsqxk1ohObHAzAFrWPEOO9zufINxUnEzusPzbwx/Yl34O5tMWeasQJpN0NL0HfbNMmCUXxZ7uI= Received: by 10.64.251.20 with SMTP id y20mr1197672qbh; Wed, 09 Nov 2005 11:23:32 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id q16sm5960860qbq.2005.11.09.11.23.31; Wed, 09 Nov 2005 11:23:31 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 9 Nov 2005 11:14:54 -0800 User-Agent: KMail/1.8.3 References: <200511091044.04253.kstewart@owt.com> <200511091313.50741.kirk@strauser.com> In-Reply-To: <200511091313.50741.kirk@strauser.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511091114.55355.ringworm01@gmail.com> Cc: Subject: Re: cvsup vs. portsnap (was Re: cvsup problem) 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: Thu, 10 Nov 2005 12:36:31 -0000 On Wednesday 09 November 2005 11:13, Kirk Strauser wrote: > On Wednesday 09 November 2005 12:44, Kent Stewart wrote: > > If you aren't going to rebuild everything, every time you cvsup, don't do > > it. > > Out of curiosity, are 10 small cvsup sessions worse than 1 session with 10 > times the changes? > > Anyway, I've fallen in love with portsnap. Is there any reason in the > world why a normal user (eg one that doesn't need to fetch a version of > ports from a specific date or tag) shouldn't completely switch to portsnap > today? One thing I noticed about portsnap that is either a "feature" or not is it doesn't catch changes you make in the tree. For example if you modify a port's Makefile and that port isn't part of the update it won't change, with cvsup it will. For setting up a new, clean port tree portsnap is wonderful, much faster than cvsup and probably way easier on the servers as well. -Mike