From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Two problems with M-x cvs-examine Date: Mon, 20 Sep 2004 21:25:45 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095708387 20199 80.91.229.6 (20 Sep 2004 19:26:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 19:26:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 20 21:26:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C9Tni-0001qj-00 for ; Mon, 20 Sep 2004 21:26:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9Ttb-0001Pu-1h for ged-emacs-devel@m.gmane.org; Mon, 20 Sep 2004 15:32:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9TtM-0001Ne-M0 for emacs-devel@gnu.org; Mon, 20 Sep 2004 15:32:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9TtK-0001N0-E3 for emacs-devel@gnu.org; Mon, 20 Sep 2004 15:32:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9TtK-0001Mx-Bc for emacs-devel@gnu.org; Mon, 20 Sep 2004 15:32:02 -0400 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9TnG-00051n-00 for emacs-devel@gnu.org; Mon, 20 Sep 2004 15:25:46 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id 2DEEF47FEE1 for ; Mon, 20 Sep 2004 21:25:45 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27338 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27338 I have noticed a few problems with pcl-cvs lately: 1) cvs-examine fails: I have this in ~/.cvsrc: cvs -z6 When I run cvs-examine on emacs repository, I get this result: Repository : xxxxxxxxxxxx@subversions.gnu.org:/cvsroot/emacs Module : emacs Working dir: ~/gnu/emacs/ Message: cvs [update aborted]: reading from server: Input/output error Message: cvs update: inflate: unknown compression method The command run is: -- Running cvs -f -z6 -n update -d -P ... Running cvs-update in the same directory works ok; the command run is -- Running cvs -f -z6 update -d -P ... Maybe -z6 -n is interpreted as one argument like -z"6 -n" ?? 2) cvs-examine complains about -l option: If I remove that line from ~/.cvsrc (so it is empty), and runs cvs-examine, it completes, but this message is shown: In directory .: Message: cvs server: WARNING: global `-l' option ignored. The command run is: -- Running cvs -f -n update -d -P ...