From owner-freebsd-newbies@FreeBSD.ORG Fri Dec 17 21:44:47 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 5D26C16A4CE for ; Fri, 17 Dec 2004 21:44:47 +0000 (GMT) Received: from nuumen.pair.com (nuumen.pair.com [209.68.1.119]) by mx1.FreeBSD.org (Postfix) with SMTP id DE3BD43D45 for ; Fri, 17 Dec 2004 21:44:46 +0000 (GMT) (envelope-from thuppi@nuumen.pair.com) Received: (qmail 61125 invoked by uid 55300); 17 Dec 2004 21:44:46 -0000 Date: Fri, 17 Dec 2004 16:44:46 -0500 (EST) From: Tom Huppi X-X-Sender: thuppi@nuumen.pair.com To: Stephane Bortzmeyer In-Reply-To: <20041217123049.GA11503@nic.fr> Message-ID: References: <4d073056041217005126375bda@mail.gmail.com> <20041217123049.GA11503@nic.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 21:44:47 -0000 On Fri, 17 Dec 2004, Stephane Bortzmeyer wrote: > 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. I've not used the latter two, but I set up a subversion repository a few months ago as an experiment. I've administered and used CVS in large projects, and have seen it stressed to the breaking point (as well as run across it's deficiencies like lack of directory revisioning.) This was the main reason I tried subversions which I had an eye on since early in it's development. I liked it in my initial tests, and would recommend it, but... ...CVS is still in wide use and probably will be for some time. Because of it's simple repository structure, administering and understanding it is quite easy and low overhead compared to more capable (or simply, more complex) revision control systems. My comments were aimed at considering CVS for projects which might be an incremental step above RCS, and it's got pros and cons depending on the nature of the project. Thanks, - Tom