From owner-freebsd-newbies@FreeBSD.ORG Fri Dec 17 12:30:54 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7577416A4CE for ; Fri, 17 Dec 2004 12:30:54 +0000 (GMT) Received: from mx2.nic.fr (mx2.nic.fr [192.134.4.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A9643D1F for ; Fri, 17 Dec 2004 12:30:53 +0000 (GMT) (envelope-from bortzmeyer@nic.fr) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx2.nic.fr (Postfix) with ESMTP id 4D6E726C07E; Fri, 17 Dec 2004 13:30:51 +0100 (CET) Received: from maya40.nic.fr (maya40.nic.fr [192.134.4.151]) by mx2.nic.fr (Postfix) with ESMTP id E47A926C098; Fri, 17 Dec 2004 13:30:49 +0100 (CET) Received: from localhost.localdomain (postfix@batilda.nic.fr [192.134.4.69]) by maya40.nic.fr (8.12.4/8.12.4) with ESMTP id iBHCUn8q894497; Fri, 17 Dec 2004 13:30:49 +0100 (CET) Received: by localhost.localdomain (Postfix, from userid 1000) id 7C35C16AB2E; Fri, 17 Dec 2004 13:30:49 +0100 (CET) Date: Fri, 17 Dec 2004 13:30:49 +0100 From: Stephane Bortzmeyer To: Tom Huppi Message-ID: <20041217123049.GA11503@nic.fr> References: <4d073056041217005126375bda@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Debian GNU/Linux 3.1 X-Kernel: Linux 2.6.8-1-686 i686 Organization: NIC France X-URL: http://www.nic.fr/ User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: by amavisd-new at mx2.nic.fr cc: Xinizul Xinizul cc: freebsd-newbies@freebsd.org Subject: Re: RCS utility X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 12:30:54 -0000 On Fri, Dec 17, 2004 at 06:10:55AM -0500, Tom Huppi wrote a message of 44 lines which said: > If you think RCS is cool for general text file maintanence, you > really should consider CVS as well. CVS was fine but, if you start now, it may be a better idea to use a more modern tool such as Subversion (for centralized service) or arch or darcs (for decentralized service). See devel/subversion, devel/darcs and devel/arch.