From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Re: vc-revert broken for Subversion files Date: Sun, 22 Jul 2007 17:08:28 -0400 Message-ID: <18083.51020.384871.405128@rgrjr.dyndns.org> References: <18083.30192.743099.875105@rgrjr.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185138519 16908 80.91.229.12 (22 Jul 2007 21:08:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2007 21:08:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: timotheus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 22 23:08:37 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 1ICifK-0003Dm-Sr for ged-emacs-devel@m.gmane.org; Sun, 22 Jul 2007 23:08:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICifK-0003jX-3i for ged-emacs-devel@m.gmane.org; Sun, 22 Jul 2007 17:08:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICifG-0003jM-T4 for emacs-devel@gnu.org; Sun, 22 Jul 2007 17:08:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICifF-0003j2-El for emacs-devel@gnu.org; Sun, 22 Jul 2007 17:08:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICifF-0003iv-9k for emacs-devel@gnu.org; Sun, 22 Jul 2007 17:08:29 -0400 Original-Received: from c-24-34-111-252.hsd1.ma.comcast.net ([24.34.111.252] helo=rgrjr.dyndns.org) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ICifE-0004eP-V6 for emacs-devel@gnu.org; Sun, 22 Jul 2007 17:08:29 -0400 Original-Received: (qmail 19632 invoked by uid 500); 22 Jul 2007 21:08:28 -0000 In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-detected-kernel: Linux 2.4-2.6 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:75325 Archived-At: From: timotheus Date: Sun, 22 Jul 2007 14:22:22 -0400 Bob Rogers writes: > To reproduce: > > 1. Make a small change to a file registered under Subversion, > "foo.el" for example. > > 2. "emacs -Q foo.el" > > 3. "C-x v u". The operation will fail with the following message: > > vc-stay-local-p: Symbol's function definition is void: remove-if-not > > I am using an emacs built from the trunk about 36 hours ago. FWIW, this > worked in my previous trunk build two week ago. vc-revert also still > works with CVS files. > > TIA, > > -- Bob Rogers > http://rgrjr.dyndns.org/ First, please report if `vc-svn' is listed with: M-x list-load-path-shadows It is not. (Could it be otherwise with "emacs -Q"?) -- Bob