From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: regression in C-x v = in latest versions Date: Thu, 23 Aug 2007 23:40:29 +0300 Message-ID: <200708232340.30025.pogonyshev@gmx.net> References: <200708191705.57599.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187900649 27223 80.91.229.12 (23 Aug 2007 20:24:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 20:24:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 23 22:24:06 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 1IOJDo-0006We-Gr for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 22:24:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOJDn-0000nb-Po for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 16:24:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOJDk-0000nC-Qp for emacs-devel@gnu.org; Thu, 23 Aug 2007 16:24:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOJDi-0000mO-Mx for emacs-devel@gnu.org; Thu, 23 Aug 2007 16:23:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOJDi-0000mL-Al for emacs-devel@gnu.org; Thu, 23 Aug 2007 16:23:58 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IOJDh-0008Sj-RF for emacs-devel@gnu.org; Thu, 23 Aug 2007 16:23:58 -0400 Original-Received: (qmail invoked by alias); 23 Aug 2007 20:23:55 -0000 Original-Received: from unknown (EHLO [80.94.230.118]) [80.94.230.118] by mail.gmx.net (mp021) with SMTP; 23 Aug 2007 22:23:55 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX198j60DtnJ8Fy6SuXVUqRXv1IRmqxKqMCJc1lfrTB UHG8I/tgfdJT+X User-Agent: KMail/1.7.2 In-Reply-To: <200708191705.57599.pogonyshev@gmx.net> Content-Disposition: inline X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6 (newer, 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:77047 Archived-At: I wrote: > With latest Emacs versions (yesterday SVN) I get very annoying behaviour > of C-x v = on SVN repository. Now it doesn't use offline SVN copy of > modified files anymore, instead it always asks the server to diff. > > E.g. I open up an SVN-managed file, and type C-o C-x v =. Previously, > I'd get instant difference of one added empty line, against offline > clean copy. Now instead I get > > Running svn diff -r NNN FILENAME in the background... > > in the echo area. I guess the problem is in specifying the exact > revision number. I understand that bugs in tetris are more important, but can anyone look at this? I still have the same problem with today's CVS. Paul