From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.bugs Subject: emacs.22 Concurrent Versions System (CVS) 1.11.22 (client/server) Date: Thu, 21 Feb 2008 17:27:10 +0100 (CET) Message-ID: <20080221.172710.189681817.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 1203649142 11313 80.91.229.12 (22 Feb 2008 02:59:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 02:59:02 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 22 03:59:26 2008 Return-path: Envelope-to: geb-bug-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 1JSO8D-0008S6-Ab for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Feb 2008 03:59:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSO7i-0001KG-9K for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Feb 2008 21:58:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSEGe-0005on-B0 for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:27:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSEGc-0005mV-IT for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:27:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSEGc-0005mG-4b for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:27:26 -0500 Original-Received: from smtp20.orange.fr ([193.252.22.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSEGb-0001gs-O0 for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2008 11:27:25 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2024.orange.fr (SMTP Server) with ESMTP id 576A61C00058 for ; Thu, 21 Feb 2008 16:41:22 +0100 (CET) Original-Received: from localhost (APuteaux-154-1-52-49.w81-249.abo.wanadoo.fr [81.249.3.49]) by mwinf2024.orange.fr (SMTP Server) with ESMTP id 154C91C000C8 for ; Thu, 21 Feb 2008 16:41:22 +0100 (CET) X-ME-UUID: 20080221154122873.154C91C000C8@mwinf2024.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-Mailman-Approved-At: Thu, 21 Feb 2008 21:58:49 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17555 Archived-At: Hi, When issuing M-x cvs-examine *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 should precise that the remote machine jabberwocky is accessible through ssh only. And I have following line in my .bashrc : CVS_RSH=ssh Hence when I issue $ cvs -f -n update -d -P in the consol the ssh password for root on jabberwocky is required and when provided the update goes perfectly. But when using pcl-cvs, nothing is required neither a password nor anythingelse and I simply get this message that no connection is possible to the server : sure ! ssh has never allowed any connection without password ! So does pcl-cvs support this sort of dialog ? I read carefully the documentation and posted several message on the list help-gnu-emacs but getting no clear answer ! Sorry if my question was posted too many times but it seems that google can not find many page related to this topic ! Bests Pierre