From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yakov ZAYTSEV Newsgroups: gmane.emacs.help Subject: Re: TRAMP on Windows and CVS issue Date: Wed, 20 Feb 2008 05:03:17 -0800 (PST) Organization: http://groups.google.com Message-ID: <7946c337-51a3-4c13-a9d4-b8fef73afe46@t66g2000hsf.googlegroups.com> References: <304a9269-4d5c-4d09-8e1b-0621cc6eea8b@p43g2000hsc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1203550658 20560 80.91.229.12 (20 Feb 2008 23:37:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 23:37:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 21 00:38:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRyVk-0002dn-Rr for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2008 00:38:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRyVF-0003F4-Kg for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2008 18:37:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t66g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 195.182.131.62 Original-X-Trace: posting.google.com 1203512597 19871 127.0.0.1 (20 Feb 2008 13:03:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 20 Feb 2008 13:03:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t66g2000hsf.googlegroups.com; posting-host=195.182.131.62; posting-account=oTf2rwoAAACl4sTRyUasc5Vlb_EdzyfN User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.25 (Windows NT 5.1; U; en),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:156331 X-Mailman-Approved-At: Wed, 20 Feb 2008 18:35:06 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51711 Archived-At: Issue has been solved. I've implemented another version of vc-cvs- command using complete path to cvs binary.. Personally, I wonder why it's impossible to customize cvs executable.. On Feb 20, 12:48=A0am, Yakov ZAYTSEV wrote: > Hello, > > I'm using TRAMP 2.1.12-pre with NTEMACS 22.1.50.1 (i386-mingw- > nt5.1.2600) > > I can't do Show History on a TRAMP accessed file. I added path to CVS > binary to tramp-remote-path variable, but unfortunately I see ``sh: > cvs: command not found'' in *vc-change-log* buffer after an attempt to > Show History on a file.. > > Could you please help me? > > PS > I'm using plink to access my remote machine and I have whole bunch of > PuTTY tools in my local (windows) path > > Thanks in advance!