From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: CVS update fails Date: Tue, 21 Aug 2007 15:31:25 -0400 Message-ID: References: <87abslxlgd.fsf@escher.local.home> <876439xa39.fsf@escher.local.home> <87hcmsd7mm.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187724764 29159 80.91.229.12 (21 Aug 2007 19:32:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 19:32:44 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 21 21:32:43 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 1INZSw-0001jT-PN for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 21:32:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INZSv-0001hJ-A3 for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 15:32:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INZSr-0001gd-JX for emacs-devel@gnu.org; Tue, 21 Aug 2007 15:32:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INZSo-0001dc-Lt for emacs-devel@gnu.org; Tue, 21 Aug 2007 15:32:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INZSo-0001dU-AJ for emacs-devel@gnu.org; Tue, 21 Aug 2007 15:32:30 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INZSn-0003IH-SU; Tue, 21 Aug 2007 15:32:30 -0400 Original-Received: from ceviche.home (vpn-132-204-232-142.acd.umontreal.ca [132.204.232.142]) by pruche.dit.umontreal.ca (8.13.7/8.13.7) with ESMTP id l7LJWPm1023816; Tue, 21 Aug 2007 15:32:26 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7228970039; Tue, 21 Aug 2007 15:31:24 -0400 (EDT) In-Reply-To: <87hcmsd7mm.fsf@escher.local.home> (Stephen Berman's message of "Tue\, 21 Aug 2007 21\:12\:33 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-NAI-Spam-Score: -2.5 X-NAI-Spam-Rules: 2 Rules triggered BAYES_00=-2.5, HAS_X_HELO=0 X-Detected-Kernel: Linux 2.6 (newer, 3) 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:76911 gmane.emacs.pretest.bugs:19575 Archived-At: >> Updating file-by-file is generally not what you want because it'll >> miss the new files/directories. > Not with the default setting (at least, I haven't changed any pcl-cvs > variables): typing `O' runs > cvs -f update -d -P > ^^ But that only makes a difference if the list of files passed to `cvs' includes directories (or is empty), which is why I said "Updating file-by-file" (which is what you did by marking all files). Stefan