From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Emacs project on Savannah Date: Wed, 24 Dec 2003 11:19:42 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200312240219.LAA10167@etlken.m17n.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1072233189 18539 80.91.224.253 (24 Dec 2003 02:33:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Dec 2003 02:33:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 24 03:33:00 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 1AYypY-0000PJ-00 for ; Wed, 24 Dec 2003 03:33:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AYypY-0003fX-00 for ; Wed, 24 Dec 2003 03:33:00 +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 1AYziO-0001KW-Hz for emacs-devel@quimby.gnus.org; Tue, 23 Dec 2003 22:29:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AYzhB-0000uK-JM for emacs-devel@gnu.org; Tue, 23 Dec 2003 22:28:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AYzgP-00009L-Bl for emacs-devel@gnu.org; Tue, 23 Dec 2003 22:28:08 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AYzaH-0007CN-IO for emacs-devel@gnu.org; Tue, 23 Dec 2003 22:21:17 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/3.7W-20010518204228) with ESMTP id hBO2Jgh09074; Wed, 24 Dec 2003 11:19:42 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6/3.7W-20010823150639) with ESMTP id hBO2Jgs16018; Wed, 24 Dec 2003 11:19:42 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id LAA10167; Wed, 24 Dec 2003 11:19:42 +0900 (JST) Original-To: eliz@elta.co.il In-reply-to: (message from Eli Zaretskii on 23 Dec 2003 12:45:41 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) 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:18804 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18804 In article , Eli Zaretskii writes: > Following Savannah coming up on line, I've reviewed all the privileges > of the Emacs developers and updated the database. Please tell me if > you have any trouble with Emacs CVS. > Note that I myself did not yet succeed in establishing SSHv2 access to > savannah, so if you have the same problem, it might be something wrong > with savannah setup per se, not with your access rights (if you do > succeed in gaining write access to CVS, please tell me how you did > that). 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. --- Ken'ichi HANDA handa@m17n.org