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 05:53:15 -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 1071496680 27177 80.91.224.253 (15 Dec 2003 13:58:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 13:58:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 15 14:57:56 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 1AVtER-0006jw-01 for ; Mon, 15 Dec 2003 14:57:55 +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 1AVuBE-0000rb-Va for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2003 09:58:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVuAB-0000NF-Og for help-gnu-emacs@gnu.org; Mon, 15 Dec 2003 09:57:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVu9a-00080n-Mg for help-gnu-emacs@gnu.org; Mon, 15 Dec 2003 09:57:32 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVu9P-0007gp-Uk for help-gnu-emacs@gnu.org; Mon, 15 Dec 2003 09:56:48 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AVtBs-0001kZ-00 for ; Mon, 15 Dec 2003 14:55:16 +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 1AVtBq-0001kQ-00 for ; Mon, 15 Dec 2003 14:55:14 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AVtBq-0006z9-00 for ; Mon, 15 Dec 2003 14:55:14 +0100 Original-Lines: 62 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:15273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15273 Harald Maier wrote: > Martin Stone Davis writes: > > >>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". >> > > > Because you can access the server. But you are only able to get the > sources with the cvs program. I think you don't have access to get them > with the pscp program. > > >>>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 > > > This is not the ssh program. This is the secure copy program. Maybe > you will find a pssh.exe program. > > I would propose to you that you are visit the http://cygwin.com > address and that you install the cygwin environment. It's really easy > to install and afterwards you will have a very good environment. Oh my god it works! I had tried cygwin before, but never found the SSH package. This time, I did the installation more carefully, and managed to get the SSH to install. > > Harald Thanks, -Martin