From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 6 23:52:42 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F33E21065672; Thu, 6 Mar 2008 23:52:41 +0000 (UTC) (envelope-from lulf@stud.ntnu.no) Received: from bene2.itea.ntnu.no (bene2.itea.ntnu.no [IPv6:2001:700:300:3::57]) by mx1.freebsd.org (Postfix) with ESMTP id AB7918FC1D; Thu, 6 Mar 2008 23:52:41 +0000 (UTC) (envelope-from lulf@stud.ntnu.no) Received: from localhost (localhost [127.0.0.1]) by bene2.itea.ntnu.no (Postfix) with ESMTP id A7367161003; Fri, 7 Mar 2008 00:52:40 +0100 (CET) Received: from carrot.studby.ntnu.no (unknown [IPv6:2001:700:300:3::185]) by bene2.itea.ntnu.no (Postfix) with ESMTP id D0EA2160FFF; Fri, 7 Mar 2008 00:52:39 +0100 (CET) Date: Fri, 7 Mar 2008 00:52:38 +0100 From: Ulf Lilleengen To: freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Message-ID: <20080306235238.GB1181@carrot.studby.ntnu.no> Mail-Followup-To: freebsd-current@freebsd.org, freebsd-hackers@freebsd.org References: <20080306124458.GA50277@carrot.studby.ntnu.no> <20080306162224.GC89327@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080306162224.GC89327@dragon.NUXI.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: Debian amavisd-new at bene2.itea.ntnu.no Cc: Subject: Re: Call for testers: CVSMode for csup X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 23:52:42 -0000 On Thu, Mar 06, 2008 at 08:22:24AM -0800, David O'Brien wrote: > On Thu, Mar 06, 2008 at 01:44:59PM +0100, Ulf Lilleengen wrote: > > During the past few months, I've implemented CVSMode support for csup. > > This would be good to have. > Have you looked at CVSync http://www.cvsync.org/ to see how he handled > some of the wierdness in ,v files? > No, but I've looked at cvsup. Most of the wierdness is handled, only two issues listed in my e-mail remains, and they should not be too hard to fix. However, I'm not sure how important they are either, since it's actually a matter of different amounts of newlines which doesn't have anything to do with the RCS file structure itself. But thanks for the tip anyway. I'll take a look at cvssync. -- Ulf Lilleengen