From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: cvs diff -u does not work after Savannah change Date: Tue, 13 Dec 2005 15:31:32 +0100 Message-ID: <439EDB44.3000700@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134490497 27672 80.91.229.2 (13 Dec 2005 16:14:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 16:14:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 13 17:14:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmCiI-0008Bp-Sw for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 17:09:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmCiD-00053X-QQ for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 11:09:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmBMs-0006yP-AJ for emacs-devel@gnu.org; Tue, 13 Dec 2005 09:43:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmBMj-0006sl-Ns for emacs-devel@gnu.org; Tue, 13 Dec 2005 09:42:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmBCL-0002HE-7V for emacs-devel@gnu.org; Tue, 13 Dec 2005 09:32:10 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmBEF-0006or-Dh for emacs-devel@gnu.org; Tue, 13 Dec 2005 09:34:07 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.069.1) id 439E448A000302CF for emacs-devel@gnu.org; Tue, 13 Dec 2005 15:31:33 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Emacs Devel 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:47620 Archived-At: I have tried to follow the instructions at http://savannah.gnu.org/forum/forum.php?forum_id=4168. I followed the instructions "For anonymous working copies" but did not do those under "For project member working copy". I am always doing an anonymous checkout following the current instructions on Emas home page (with plink which is/was necessary for w32) and that seems fine: set CVS_RSH=c:\dl\cvs\plink.exe cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs However when I now try to do cvs diff -u I get Empty password used - try 'cvs login' with a real password CVS moved to cvs.savannah.[non]gnu.org Check http://savannah.gnu.org/forum/forum.php?forum_id=4168 for details. Anonymous access over SSH is replaced by the (more efficient) pserver. and then it hangs. This worked before. Is this a w32 specific problem perhaps? Or did I do something wrong?