emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Two problems with M-x cvs-examine


From: Kim F. Storm
Subject: Two problems with M-x cvs-examine
Date: Mon, 20 Sep 2004 21:25:45 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

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 : address@hidden:/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 via email to

[Prev in Thread] Current Thread [Next in Thread]