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: Does pclcvs support ssh protocol ? Date: Thu, 21 Feb 2008 06:36:10 +0100 (CET) Message-ID: <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 1203572225 3576 80.91.229.12 (21 Feb 2008 05:37:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 05:37:05 +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 06:37:30 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 1JS47d-00071I-Kh for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2008 06:37:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS477-0006rx-Bo for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Feb 2008 00:36:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS46c-0006qT-QO for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 00:36:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS46a-0006oi-QQ for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 00:36:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS46a-0006oM-7f for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 00:36:24 -0500 Original-Received: from smtp20.orange.fr ([193.252.22.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS46a-0001h7-02 for help-gnu-emacs@gnu.org; Thu, 21 Feb 2008 00:36:24 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2014.orange.fr (SMTP Server) with ESMTP id 7FAA91C0008D for ; Thu, 21 Feb 2008 06:36:22 +0100 (CET) Original-Received: from localhost (APuteaux-154-1-52-49.w81-249.abo.wanadoo.fr [81.249.3.49]) by mwinf2014.orange.fr (SMTP Server) with ESMTP id 4A12F1C0008C for ; Thu, 21 Feb 2008 06:36:22 +0100 (CET) X-ME-UUID: 20080221053622303.4A12F1C0008C@mwinf2014.orange.fr 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:51724 Archived-At: Hi All, 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 ? Sorry but I think I read the documentation enough carefully and never saw that pclcvs supports ssh neither that it does not ! So what ? If it does I must understantd why it does not work on my system ; but if it does not I simply have to find another solution or hack the code ! Thus sometimes the code itself is the best documentation but I thought that it could be faster to try to get an answer on this list rather to investigate the code. Best Pierre