From owner-freebsd-questions@FreeBSD.ORG Fri Apr 2 17:35:39 2004 Return-Path: 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 76E0616A4CE for ; Fri, 2 Apr 2004 17:35:39 -0800 (PST) Received: from charade.trit.org (charade.trit.org [65.19.139.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6547543D2F for ; Fri, 2 Apr 2004 17:35:39 -0800 (PST) (envelope-from andy@charade.trit.org) Received: by charade.trit.org (Postfix, from userid 1004) id 2604B90; Sat, 3 Apr 2004 01:35:39 +0000 (UTC) Date: Sat, 3 Apr 2004 01:35:39 +0000 From: Andy Miller To: freebsd-questions@freebsd.org Message-ID: <20040403013539.GA95396@charade.trit.org> References: <200404021927.31132.jaymo@cromagnon.cullmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404021927.31132.jaymo@cromagnon.cullmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: CVSup vs. portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 01:35:39 -0000 On Fri, Apr 02, 2004 at 07:27:31PM -0600, Jay Moore wrote: > Reading from the FreeBSD handbook on "Using the Ports Collection" leaves me a > bit confused wrt CVSup and portupgrade... do these utilities accomplish the > same thing? > > Thanks, > Jay > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > No, they do not do the same thing. cvsup retrieves the newest source for a given repository. portupgrade will upgrade an already installed port. -Andy Miller