From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: info/ directory in CVS Date: Thu, 02 Aug 2007 06:16:39 +0300 Message-ID: References: <13lkcvcgr5.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1186024624 5117 80.91.229.12 (2 Aug 2007 03:17:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2007 03:17:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 02 05:16:56 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IGRBF-0005mI-PH for ged-emacs-devel@m.gmane.org; Thu, 02 Aug 2007 05:16:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGRBE-0000Gp-OV for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2007 23:16:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGRBC-0000Gf-E3 for emacs-devel@gnu.org; Wed, 01 Aug 2007 23:16:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGRBA-0000GL-Vd for emacs-devel@gnu.org; Wed, 01 Aug 2007 23:16:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGRBA-0000GI-R4 for emacs-devel@gnu.org; Wed, 01 Aug 2007 23:16:48 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IGRB6-0003B2-T8; Wed, 01 Aug 2007 23:16:45 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-148-53.inter.net.il [80.230.148.53]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DGP04349 (AUTH halo1); Thu, 2 Aug 2007 06:16:40 +0300 (IDT) In-reply-to: <13lkcvcgr5.fsf@fencepost.gnu.org> (message from Glenn Morris on Wed, 01 Aug 2007 13:21:50 -0400) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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: news.gmane.org gmane.emacs.devel:75945 Archived-At: > From: Glenn Morris > Date: Wed, 01 Aug 2007 13:21:50 -0400 > > > Does the info/ directory need to be stored in CVS at all? It contains > just two files under version control: > > dir - which I would have thought would be an automatically generated file; > > COPYING - which does not get installed anywhere, and AFAIK there does > not have to be a COPYING in every directory. If we generate dir (with install-info), the order of menu items there will be alphabetical, not the order we want. What are the problems with having the info subdirectory in CVS?