From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: patch for documentation about version control Date: Wed, 10 Nov 2004 10:30:08 +0100 Message-ID: <1100079008.3428.154.camel@localhost> References: <87vfce289d.fsf@floss.red-bean.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100079117 20415 80.91.229.6 (10 Nov 2004 09:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2004 09:31:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 10:31:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRopM-0005JN-00 for ; Wed, 10 Nov 2004 10:31:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRoxn-0005VK-RL for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 04:40:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRowf-0005Ma-2z for emacs-devel@gnu.org; Wed, 10 Nov 2004 04:39:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRowb-0005M8-Er for emacs-devel@gnu.org; Wed, 10 Nov 2004 04:39:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRowY-0005M1-7K for emacs-devel@gnu.org; Wed, 10 Nov 2004 04:39:10 -0500 Original-Received: from [193.113.160.40] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRonj-0002ni-N0 for emacs-devel@gnu.org; Wed, 10 Nov 2004 04:30:03 -0500 Original-Received: from [217.231.163.115] (217.231.163.115) by mail.o2.co.uk (7.0.028) (authenticated as andre.spiegel@o2online.de) id 40EC1CE501728107 for emacs-devel@gnu.org; Wed, 10 Nov 2004 09:25:31 +0000 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Evolution 2.0.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29705 On Tue, 2004-11-09 at 16:34 -0500, Stefan Monnier wrote: > I'd also suggest we don't recommend RCS any more. I've rewritten the Introduction on Version Systems now, drawing from the various suggestions. It recommends CVS, GNU Arch, and RCS now, in that order, and notes that RCS is useful for single files, while the others are what you should consider for a full project.