[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp, git and tramp-remote-path
From: |
Michael Albinus |
Subject: |
Re: tramp, git and tramp-remote-path |
Date: |
Sun, 15 Mar 2009 12:01:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) |
George Nurser <gnurser@googlemail.com> writes:
> Hi,
Hi,
> I apologise for being dense here, but I have another problem, in that
> the git part of the standard version control package doesn't seem to
> be working on the remote files.
> I am using Aquamacs v 1.7 on a Mac -- Emacs 22.3.1 -- and Tramp v
> 2.1.15.
vc-git must be able to support processes on remote hosts. Especially, it
must call "process-file" and "start-file-process", instead of
"call-process" and "start-process".
This is implemented in Emacs 23. vc-git of Emacs 22 is not aware of this.
> --George Nurser.
Best regards, Michael.