From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Stone Davis Newsgroups: gmane.emacs.help Subject: Re: How do I get latest CVS and compile Emacs? Date: Mon, 15 Dec 2003 00:20:52 -0800 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1071476773 24118 80.91.224.253 (15 Dec 2003 08:26:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 08:26:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 15 09:26:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVo3M-0008M1-00 for ; Mon, 15 Dec 2003 09:26:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVp06-0007vO-1y for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2003 04:26:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVoyh-0007Jm-8L for help-gnu-emacs@gnu.org; Mon, 15 Dec 2003 04:25:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVoxm-0005fq-Ul for help-gnu-emacs@gnu.org; Mon, 15 Dec 2003 04:25:00 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVoxh-0005ce-8z for help-gnu-emacs@gnu.org; Mon, 15 Dec 2003 04:24:21 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AVo0E-0006aU-00 for ; Mon, 15 Dec 2003 09:22:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVo0D-0006aM-00 for ; Mon, 15 Dec 2003 09:22:53 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AVo0D-0006CN-00 for ; Mon, 15 Dec 2003 09:22:53 +0100 Original-Lines: 43 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15262 Harald Maier wrote: > Martin Stone Davis writes: > > >>When I run pscp alone, I get this: >> >>S:\CVS>pscp -r -v anoncvs@cvs.gnu.org:/cvs-latest/emacs S:\CVS\local >>Looking up host "cvs.gnu.org" >>Connecting to 199.232.41.2 port 22 >>Server version: SSH-2.0-OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3.1 >>We claim version: SSH-2.0-PuTTY-Release-0.53b >>Using SSH protocol version 2 >>Doing Diffie-Hellman group exchange >>Doing Diffie-Hellman key exchange >>Host key fingerprint is: >>ssh-rsa 1024 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5 >>Using username "anoncvs". >>Access granted > > > That looks good Why do you say it looks good? After that, it says "Primary command failed; attempting fallback". > now I think now you should set the CVS_RSH variable to > the putty ssh program. I did. Before running cvs -z3 ... etc., I had typed: S:\CVS> SET CVS_RSH=pscp >Unfortunately, I don't know putty. D'oh! > > Harald -Martin