From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.help Subject: Re: How do I get latest CVS and compile Emacs? Date: Mon, 15 Dec 2003 09:52:48 +0100 Organization: 1&1 Internet AG Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Harald Maier NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071478951 27732 80.91.224.253 (15 Dec 2003 09:02:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 09:02:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 15 10:02:28 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 1AVocW-0001OT-00 for ; Mon, 15 Dec 2003 10:02:28 +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 1AVpY0-0005dg-GS for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2003 05:01:52 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 46 Original-NNTP-Posting-Host: p5088e338.dip0.t-ipconnect.de Original-X-Trace: online.de 1071478368 4621 80.136.227.56 (15 Dec 2003 08:52:48 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Mon, 15 Dec 2003 08:52:48 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:PDJQ8+dDGTODCxcc6nTDqLlAfAk= Original-Xref: shelby.stanford.edu gnu.emacs.help:119326 Original-To: help-gnu-emacs@gnu.org 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:15265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15265 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. Harald