From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Emacs project on Savannah Date: 24 Dec 2003 08:25:36 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200312240219.LAA10167@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072254527 17196 80.91.224.253 (24 Dec 2003 08:28:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Dec 2003 08:28:47 +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 09:28:44 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 1AZ4No-00007g-00 for ; Wed, 24 Dec 2003 09:28:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZ4Nn-0007JO-00 for ; Wed, 24 Dec 2003 09:28:44 +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 1AZ5JZ-0000Er-Bx for emacs-devel@quimby.gnus.org; Wed, 24 Dec 2003 04:28:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AZ5JB-0000EE-8k for emacs-devel@gnu.org; Wed, 24 Dec 2003 04:28:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AZ5Id-0008T5-T6 for emacs-devel@gnu.org; Wed, 24 Dec 2003 04:28:00 -0500 Original-Received: from [194.106.33.36] (helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AZ5Id-0008Sk-FR for emacs-devel@gnu.org; Wed, 24 Dec 2003 04:27:27 -0500 Original-Received: from wanchan.jasonr.f2s.com (jasonrumney.net [195.137.77.250]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-7) with ESMTP id hBO8PuV0011926; Wed, 24 Dec 2003 08:25:57 GMT Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonr.f2s.com (Postfix) with ESMTP id EAD84DDE5F; Wed, 24 Dec 2003 08:24:22 +0000 (GMT) Original-To: Kenichi Handa In-Reply-To: <200312240219.LAA10167@etlken.m17n.org> Original-Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:18808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18808 Kenichi Handa writes: > 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 had to do an extra step, otherwise CVS choked on the SSH output: (13) "ssh cvs.gnu.org" and answer yes to the server fingerprint question.