From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 05:39:58 2011 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 B67C01065672 for ; Mon, 12 Dec 2011 05:39:58 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 72FAC8FC12 for ; Mon, 12 Dec 2011 05:39:58 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 12 Dec 2011 00:39:57 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BLX87728; Mon, 12 Dec 2011 00:39:57 -0500 Received-SPF: None identity=pra; client-ip=209.6.86.84; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.86.84; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.86.84; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-86-84.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.86.84]) by smtp01.lnh.mail.rcn.net with ESMTP; 12 Dec 2011 00:39:57 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20197.37805.32580.154033@jerusalem.litteratus.org> Date: Mon, 12 Dec 2011 00:39:57 -0500 To: freebsd-questions@freebsd.org In-Reply-To: References: <4EE55ED1.3090305@extracktor.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Subject: Re: difference between cvsup and csup? 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: Mon, 12 Dec 2011 05:39:58 -0000 Michael Powell writes: > Csup is a rewrite of cvsup in the C language, and as such can be > included as part of the base operating system. It is only linked > against a few system libraries. This also means it can be built > using the same tools and system compiler whenever the system > itself is updated. > > Csup is faster, built-in, and has no third party > dependencies. Theoretically it should have less potential for > problems. Cvsup is a third party port, which itself depends on > other third party ports. I believe there are a couple of obscure functionalities that cvsup has that csup does not. If you're asking this question, you (probably) don't have to worry about them. For the general user, csup is a drop-in replacement. My expereince - as a general user - supports this. Robert Huff