From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: Does pclcvs support ssh protocol ? Date: Thu, 21 Feb 2008 17:02:58 +0100 (CET) Message-ID: <20080221.170258.104071535.devel@pollock-nageoire.net> References: <20080221.063610.71130233.devel@pollock-nageoire.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203609952 29669 80.91.229.12 (21 Feb 2008 16:05:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 16:05:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: b3i4old02@sneakemail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 21 17:06:16 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 1JSDv8-0001h6-KB for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2008 17:05:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSDud-0002Mh-LL for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2008 11:04:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSDu5-00021H-46 for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:04:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSDu3-0001zQ-AP for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:04:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSDu3-0001z9-19 for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:04:07 -0500 Original-Received: from smtp20.orange.fr ([80.12.242.26]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSDu2-0004TU-Fp for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:04:06 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2004.orange.fr (SMTP Server) with ESMTP id C30211C00078 for ; Thu, 21 Feb 2008 17:03:12 +0100 (CET) Original-Received: from localhost (APuteaux-154-1-52-49.w81-249.abo.wanadoo.fr [81.249.3.49]) by mwinf2004.orange.fr (SMTP Server) with ESMTP id 77C851C00075; Thu, 21 Feb 2008 17:03:12 +0100 (CET) X-ME-UUID: 20080221160312490.77C851C00075@mwinf2004.orange.fr In-Reply-To: X-Mailer: Mew version 5.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:51737 Archived-At: From: Michael Hoffman Subject: Re: Does pclcvs support ssh protocol ? Date: Thu, 21 Feb 2008 11:38:17 +0000 > Pierre Lorenzon wrote: > > > I am very surprised that none seems to have an answer to this > > so simple question : "does pclcvs support ssh protocol ?" Using > > cvs client side, if you set the environment variable CVS_RSH to > > ssh, cvs will use ssh to communicate with the server. Does > > pclcvs support this feature ? > > It's just a front-end to CVS, so it doesn't affect whether your local > CVS installation supports ssh or not. Not exactly ! Since ssh transaction requires an interactive sequence during which password is required and send ! Hence if such a dialog is not allowed by pclcvs is wouldn't work ! That exactly what append : when I issue # cvs up in the consol ssh password is required but when I try to use pclcvs instead NOTHING is required AT ANYTIME !!! and *cvs* buffer contains : Repository : :ext:root@jabberwocky:/web/srv/sources/cvs Module : lorenzon/Mathematique Working dir: ~/Mathematique/ Message: cvs [update aborted]: end of file from server (consult above messages if any) Message: Connection closed by 192.168.0.5 --------------------- Empty --------------------- -- last cmd: cvs -f -n update -d -P -- I issued PRECISELY the same command as above in the consol and it WORKS PERFECTLY !!! Pierre