From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: CVS issues Date: Mon, 17 Apr 2006 12:34:19 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1145302518 20346 80.91.229.2 (17 Apr 2006 19:35:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 19:35:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 17 21:35:15 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 1FVZV3-0004gj-Og for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 21:35:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVZV3-0005Z1-AF for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 15:35:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVZUp-0005Yn-AL for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:34:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVZUm-0005Xy-6d for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:34:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVZUm-0005Xv-11 for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:34:48 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FVZVU-0000gu-BD for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:35:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FVZUb-0004bB-Ng for emacs-devel@gnu.org; Mon, 17 Apr 2006 21:34:37 +0200 Original-Received: from turtle.as.arizona.edu ([128.196.208.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Apr 2006 21:34:37 +0200 Original-Received: from jdsmith by turtle.as.arizona.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Apr 2006 21:34:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: turtle.as.arizona.edu User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) 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:52973 Archived-At: With a recent build of CVS Emacs, I've experienced problems relating to the "cvs" command in VC mode. E.g. C-x v l often results in: Process cvs killed or sometimes "No differences" on a file which has changed. It is intermittent, and only about 50% of the time does the command succeed. Emacs 21.4 does not have this problem, succeeding every time. These issue also cause the log buffer window to be much smaller than it normally would (like 3 lines high), which persists even when the command later succeeds. In case it matters, I have: Concurrent Versions System (CVS) 1.11.19 (client/server) JD