From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: tramp (2.0.51); Saving SVN-managed files over Tramp fails Date: Mon, 14 Nov 2005 00:41:10 +0100 Message-ID: References: <877jbclb1d.fsf@zemdatav.stor.no-ip.org> <87wtjccuun.fsf@gmx.de> <87slu0nt3n.fsf-monnier+emacs@gnu.org> <87oe4o6v4m.fsf@gmx.de> <87zmo8m94q.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1131925309 25242 80.91.229.2 (13 Nov 2005 23:41:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2005 23:41:49 +0000 (UTC) Cc: tramp-devel@gnu.org, Magnus Henoch , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 14 00:41:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EbRTd-0007yJ-0c for ged-emacs-devel@m.gmane.org; Mon, 14 Nov 2005 00:41:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbRTc-0003jR-DM for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2005 18:41:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbRTG-0003gm-Mm for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:41:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbRTF-0003gE-7A for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:41:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbRTF-0003gA-4x for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:41:13 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EbRTF-0007Fw-33 for emacs-devel@gnu.org; Sun, 13 Nov 2005 18:41:13 -0500 Original-Received: (qmail invoked by alias); 13 Nov 2005 23:41:11 -0000 Original-Received: from p54BD8B65.dip0.t-ipconnect.de (EHLO ERNA.local) [84.189.139.101] by mail.gmx.net (mp037) with SMTP; 14 Nov 2005 00:41:11 +0100 X-Authenticated: #3708877 Original-To: Stefan Monnier In-Reply-To: <87zmo8m94q.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sun, 13 Nov 2005 18:19:00 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (windows-nt) X-Y-GMX-Trusted: 0 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:45917 Archived-At: Stefan Monnier writes: > Then does the patch below fix the problem acceptably (and does the comment > correctly describe the problem)? That looks fine to me. But shouldn't the other vc backends behave the same way? Or should vc-do-command raise a file-error? (Or should Tramp check the command existence, and raise a file-error?) > Stefan Best regards, Michael.