From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ediff-revision and "Using keyboard-interactive authentication^M" in text Date: Fri, 25 Nov 2005 21:48:39 +0200 Message-ID: References: <43861778.4020100@student.lu.se> <4386296C.7080409@student.lu.se> <43872C93.8070903@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1132948503 29749 80.91.229.2 (25 Nov 2005 19:55:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Nov 2005 19:55:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 25 20:55:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EfjcT-0004Qb-IN for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 20:52:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfjcS-0007n6-1x for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 14:52:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Efjbw-0007mm-5Y for emacs-devel@gnu.org; Fri, 25 Nov 2005 14:51:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Efjbs-0007mW-O2 for emacs-devel@gnu.org; Fri, 25 Nov 2005 14:51:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Efjbs-0007mS-II for emacs-devel@gnu.org; Fri, 25 Nov 2005 14:51:52 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Efjbr-0008Jo-UG for emacs-devel@gnu.org; Fri, 25 Nov 2005 14:51:52 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-66-246.inter.net.il [80.230.66.246]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id CAH21188 (AUTH halo1); Fri, 25 Nov 2005 21:48:37 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <43872C93.8070903@student.lu.se> (message from Lennart Borgman on Fri, 25 Nov 2005 16:24:03 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46580 Archived-At: > Date: Fri, 25 Nov 2005 16:24:03 +0100 > From: Lennart Borgman > CC: emacs-devel@gnu.org > > Eli Zaretskii wrote: > > >It doesn't save the configuration unless you tell it. However, if you > >invoke PuTTY interactively (i.e., not the command-line plink.exe, but > >putty.exe itself), it pops up a session configuration dialog. There, > >you can configure a session for subversions.gnu.org and save it. That > >configuration will henceforth be used by plink. > > > > > Are those settings then used when plink is called from cvs.exe if I > specify for example > > cvs -z3 -d:ext:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs Yes. plink.exe looks in the PuTTY configuration file for a session that names the repository machine, and if found, uses its settings. > BTW is subversions.gnu.org the same as savannah.gnu.org? They are resolved to the same IP address, so I guess they are the same. > ediff-revison calls "cvs" with some arguments. Maybe it is then > important how cvs is invoked. What should I look for? I don't know; for starters, just post here what is the exact command line used bu ediff-revison to invoke cvs.