all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Subject: Two problems with M-x cvs-examine
Date: Mon, 20 Sep 2004 21:25:45 +0200	[thread overview]
Message-ID: <m36568g2ti.fsf@kfs-l.imdomain.dk> (raw)


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 ...

             reply	other threads:[~2004-09-20 19:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-20 19:25 Kim F. Storm [this message]
2004-09-20 20:06 ` Two problems with M-x cvs-examine Stefan Monnier
2004-10-12 21:52   ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m36568g2ti.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.