From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: Emacs project on Savannah Date: Wed, 24 Dec 2003 13:44:21 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20031224.134421.253172493.wl@gnu.org> References: <200312240219.LAA10167@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1072270013 10199 80.91.224.253 (24 Dec 2003 12:46:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Dec 2003 12:46:53 +0000 (UTC) Cc: eliz@elta.co.il, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 24 13:46:49 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZ8PZ-0007EA-00 for ; Wed, 24 Dec 2003 13:46:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZ8PZ-0001qc-00 for ; Wed, 24 Dec 2003 13:46:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZ9MZ-0003Pj-IK for emacs-devel@quimby.gnus.org; Wed, 24 Dec 2003 08:47:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AZ9Ly-0003Mv-I4 for emacs-devel@gnu.org; Wed, 24 Dec 2003 08:47:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AZ9LP-000320-Qh for emacs-devel@gnu.org; Wed, 24 Dec 2003 08:47:07 -0500 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZ9LP-0002xX-6m for emacs-devel@gnu.org; Wed, 24 Dec 2003 08:46:35 -0500 Original-Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AZ8Nt-0000js-00; Wed, 24 Dec 2003 13:45:05 +0100 Original-Received: from [62.156.48.237] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1AZ8Nr-0002Pg-00; Wed, 24 Dec 2003 13:45:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id hBOCiL120134; Wed, 24 Dec 2003 13:44:21 +0100 Original-To: handa@m17n.org In-Reply-To: <200312240219.LAA10167@etlken.m17n.org> X-Mailer: Mew version 4.0.60 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18811 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18811 > I've just recovered the write access to CVS. I did the > followings. > > (1) Visit http://savannhah.gnu.org > (2) Click "Login via SSL". > (3) Click "[Lost your password?] > (4) Enter my login name "handa" and click "Send Lost PW Hash". > (5) Receive a mail from savannah-hackers@gnu.org. Visit the > URL specified in the mail. > (6) Type my new password. > (7) Visit http://savannhah.gnu.org > (8) Click "Login via SSL". > (9) Enter login name and password and click "Login". > (10) Click "My Account Conf" > (11) Click "Enter the 1 SSH Public key(s) Registered. > (12) Enter the contents of my ~/.ssh/id_rsa.pub in the box, and > click "Update". > > After a few minutes, I got a write access to CVS, and I > commited changes in lisp/mule-cmds.el and > lisp/ucs-tables.el. I did the same, but I still can't access the CVS (the same is true for the other projects). Some notes: . I haven't registered a SSH Public Key before, so it was the first time. Does this matter? . Something strange is happening on https://savannah.gnu.org/project/memberlist.php?group=emacs I'm the only account (wl) which has `--' instead of `Watch Him'. . Which password shall I use while doing e.g. `cvs update'? The password specified during the call to ssh-keygen? Werner