From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 04:12:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0113E16A4CE for ; Wed, 7 Jul 2004 04:12:34 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34C743D1F for ; Wed, 7 Jul 2004 04:12:33 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i674CLnH035544; Tue, 6 Jul 2004 21:12:21 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i674CK1S035543; Tue, 6 Jul 2004 21:12:21 -0700 (PDT) (envelope-from sgk) Date: Tue, 6 Jul 2004 21:12:20 -0700 From: Steve Kargl To: Xin LI Message-ID: <20040707041220.GA35497@troutmask.apl.washington.edu> References: <20040706231358.GA38356@dragon.nuxi.com> <20040707031735.GA3540@frontfree.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040707031735.GA3540@frontfree.net> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Rob cc: Oliver Eikemeier Subject: Re: Rewrite cvsup & portupgrade in C X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 04:12:34 -0000 On Wed, Jul 07, 2004 at 11:17:35AM +0800, Xin LI wrote: > On Tue, Jul 06, 2004 at 04:13:58PM -0700, David O'Brien wrote: > > On Tue, Jul 06, 2004 at 01:37:12AM -0000, Devon H. O'Dell wrote: > > > I'd like to note that Maxime (mux@) is working on csup (and it's mostly > > > finished from what I hear); a C implementation of cvsup. > > > > It only mimics CVSup 'check out' mode. It doesn't know how to mirror the > > ,v files. > > I personally think this is enough for an average user who wants C > implementation in base system :-) > Is it really too hard to do 1) pkgadd -r cvsup 2) or use sysinstall to install cvsup 3) or portinstall cvsup 4) or cd /usr/ports/net/cvsup && make install -- Steve