From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: vc-cvs-checkout bug Date: Thu, 31 Jan 2008 20:50:28 -0800 Message-ID: <200802010450.m114oSvX001166@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201841518 2550 80.91.229.12 (1 Feb 2008 04:51:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2008 04:51:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 01 05:52:19 2008 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 1JKnsx-0000rl-HD for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2008 05:52:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKnsW-0001ec-4b for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 23:51:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKnsS-0001dy-OK for emacs-devel@gnu.org; Thu, 31 Jan 2008 23:51:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKnsS-0001dR-7K for emacs-devel@gnu.org; Thu, 31 Jan 2008 23:51:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKnsR-0001dG-Rd for emacs-devel@gnu.org; Thu, 31 Jan 2008 23:51:47 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JKnsR-0000zf-Bp for emacs-devel@gnu.org; Thu, 31 Jan 2008 23:51:47 -0500 X-ICS-MailScanner-Watermark: 1202446229.03383@D/hwY/D66/wNb3iRX9kiFg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m114oSvX001166 for ; Thu, 31 Jan 2008 20:50:28 -0800 (PST) Original-Lines: 17 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:87906 Archived-At: C-x C-f any_file_on_EMACS_22_BASE C-x v + Look at the mode-line [EMACS_22_BASE] is gone, the file is now from trunk! That is quite a bad idea. The problem is in vc-cvs-checkout, it seems to clear the branch. 22.1 also had this issue. I can't look at this right now, but it's probably not too complicated. Can somebody please fix this?