* tramp, git and tramp-remote-path
@ 2009-03-08 12:42 George Nurser
2009-03-15 11:01 ` Michael Albinus
0 siblings, 1 reply; 2+ messages in thread
From: George Nurser @ 2009-03-08 12:42 UTC (permalink / raw)
To: help-gnu-emacs
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.
I have the binaries for git on the remote machine installed in an
unusual place,
so I have added
(add-to-list 'tramp-remote-path "/noc/users/agn/ext/AMD64/bin")
to my Preferences.el
doing C-h v tramp-remote-path gives
tramp-remote-path is a variable defined in `tramp.el'.
Its value is
("/noc/users/agn/ext/AMD64/bin" tramp-default-remote-path "/usr/sbin"
"/usr/local/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin"
"/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin")
When I bring up a file on the remote machine with e.g.
/ssh:nozzle:/noc/altix/working/agn/NEMO/GRIFFIES/traldf_iso_grif.F90
it's fine, and I get the message
Loading vc-git...done
However, when I try to use the VC tools menu on the file I get (incorrectly)
File /ssh:nozzle:/noc/altix/working/agn/NEMO/GRIFFIES/traldf_iso_grif.F90
is not under version control
I guess I must have misunderstood something here.
--George Nurser.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: tramp, git and tramp-remote-path
2009-03-08 12:42 tramp, git and tramp-remote-path George Nurser
@ 2009-03-15 11:01 ` Michael Albinus
0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2009-03-15 11:01 UTC (permalink / raw)
To: George Nurser; +Cc: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-15 11:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 12:42 tramp, git and tramp-remote-path George Nurser
2009-03-15 11:01 ` Michael Albinus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.