From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: write access Date: Thu, 29 May 2003 14:05:05 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305291905.h4TJ54q19164@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054236419 32154 80.91.224.249 (29 May 2003 19:26:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 19:26:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 21:26:56 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LStw-0007Zo-00 for ; Thu, 29 May 2003 21:17:24 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LT8j-0000kr-00 for ; Thu, 29 May 2003 21:32:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LSq7-0000aj-9O for emacs-devel@quimby.gnus.org; Thu, 29 May 2003 15:13:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LSpf-0000SR-3o for emacs-devel@gnu.org; Thu, 29 May 2003 15:12:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LSmJ-0006pV-B2 for emacs-devel@gnu.org; Thu, 29 May 2003 15:09:35 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LShx-0004mS-0C for emacs-devel@gnu.org; Thu, 29 May 2003 15:05:01 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.12.9/8.12.9) with ESMTP id h4TJ4xoc010333 for ; Thu, 29 May 2003 14:05:00 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4TJ54q19164; Thu, 29 May 2003 14:05:05 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14423 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14423 I am trying to check in some changes to kill-whole-line. I registered an SSH Shared key. I managed to do: cvs -z3 -d teirllm@subversions.gnu.org:/cvsroot/emacs co . without problems, but while trying to commit I got: cvs [server aborted]: "commit" requires write access to the repository I waited an hour because I believe that was necessary to make sure the cron job had ran. I put: export CVS_RSH=ssh in my .bashrc. Eli gave me write permission. Is there something else I am overlooking? I tried putting my password in /home/teirllm/CVSemacsdir/CVSROOT/passwd How do I get recognized when I do C-x v v from emacs? My public key I guess? Sincerely, Luc.