From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Adding 2006. + VC/PCL-CVS Date: Fri, 10 Feb 2006 22:20:10 +1300 Message-ID: <17388.23242.894008.460662@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139563360 19816 80.91.229.2 (10 Feb 2006 09:22:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2006 09:22:40 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 10 10:22:36 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7UU0-000720-Ob for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 10:22:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7UTz-0001ZX-ST for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 04:22:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7USr-00011P-H3 for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:21:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7USm-0000vC-Ma for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:21:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7USk-0000ue-Rk for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:21:11 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7UWT-0003Cr-7M for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:25:01 -0500 Original-Received: from kahikatea.snap.net.nz (p202-124-114-131.snap.net.nz [202.124.114.131]) by viper.snap.net.nz (Postfix) with ESMTP id 5A957740B72 for ; Fri, 10 Feb 2006 22:21:05 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 6FBAB8890; Fri, 10 Feb 2006 22:20:11 +1300 (NZDT) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 21.3.1 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:50314 Archived-At: lisp/progmodes is done, apart from modula2.el which has its own copyright notice. cvs-examine takes ages to list all modified files while vc-directory is quick. Does anybody know why this is? cvs-commit also takes a long time with a large number of files but maybe thats to be expected. cvs-commit allows you to commit all files at once with one message. Why can't this be done with marked files in VC (they get committed one by one) I got this message after the commit: Message: new revision: 1.21; previous revision: 1.20 Message: /sources/emacs/emacs/lisp/progmodes/ada-prj.el,v <-- ada-prj.el Message: new revision: 1.18; previous revision: 1.17 Message: cvs commit: Using deprecated info format strings. Convert your scripts to use Message: the new argument format and remove '1's from your info file format strings. Nick