emacs-devel
[Top][All Lists]
Advanced

[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 23:32:16 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> 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?

Most other backends don't need to run any command just to figure out whether
a file is under VC control or not.  Actually vc-arch.el probably should but
it doesn't (`tla' doesn't really provide the right command for it anyway).

> Or should vc-do-command raise a file-error?

vc-do-command can't know whether it's a file-error or something else.

> (Or should Tramp check the command existence, and raise a file-error?)

That'd be good, but if it comes at a performance price, it's not clear it's
worth the trouble.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]