From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: write access Date: Thu, 29 May 2003 15:20:19 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305291920.h4TJKJji016880@rum.cs.yale.edu> References: <200305291905.h4TJ54q19164@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054236379 31932 80.91.224.249 (29 May 2003 19:26:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 19:26:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 21:26:13 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 19LSwV-0007oT-00 for ; Thu, 29 May 2003 21:20:03 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LTBJ-0000m2-00 for ; Thu, 29 May 2003 21:35:21 +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 19LSxh-0005mk-3p for emacs-devel@quimby.gnus.org; Thu, 29 May 2003 15:21:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LSxF-0005P6-FZ for emacs-devel@gnu.org; Thu, 29 May 2003 15:20:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LSx0-0005Ar-08 for emacs-devel@gnu.org; Thu, 29 May 2003 15:20:34 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LSwo-0004yp-6B for emacs-devel@gnu.org; Thu, 29 May 2003 15:20:22 -0400 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h4TJKJ0i016882; Thu, 29 May 2003 15:20:19 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h4TJKJji016880; Thu, 29 May 2003 15:20:19 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Luc Teirlinck 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:14422 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14422 > 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 . So at least your SSH setup is just fine. > without problems, but while trying to commit I got: > > cvs [server aborted]: "commit" requires write access to the repository Maybe you should just wait a little longer ? Stefan