From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 07:26:05 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 EAE8F16A4CE for ; Wed, 7 Jul 2004 07:26:05 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF79A43D3F for ; Wed, 7 Jul 2004 07:26:05 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id B1A255C89D; Wed, 7 Jul 2004 00:26:05 -0700 (PDT) Date: Wed, 7 Jul 2004 09:26:05 +0200 From: Maxime Henrion To: freebsd-current@FreeBSD.org Message-ID: <20040707072605.GC82302@elvis.mu.org> References: <20040706231358.GA38356@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040706231358.GA38356@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i 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 07:26:06 -0000 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. For what it's worth, even though csup only works in checkout mode for now, there is nothing preventing that it gains cvs mode support. I'll probably work on that once I have a solid checkout mode-only version. Cheers, Maxime