[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.0.51); Saving SVN-managed files over Tramp fails
From: |
Stefan Monnier |
Subject: |
Re: tramp (2.0.51); Saving SVN-managed files over Tramp fails |
Date: |
Sun, 13 Nov 2005 16:22:42 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
>> I've reproduced the problem with more verbosity. I was confused about
>> svn in my last report - it's absent on the _remote_ host (not
>> available in the default path).
If svn is absent on the machine where it's run, vc-svn-command is expected
(by vc-svn.el) to signal a `file-error'. Maybe the Tramp handling of
process-file signals a plain `error' in such a situation instead. In that
case, fixing Tramp to signal the proper error should fix your problem.
Stefan