all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Two problems with M-x cvs-examine
@ 2004-09-20 19:25 Kim F. Storm
  2004-09-20 20:06 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Kim F. Storm @ 2004-09-20 19:25 UTC (permalink / 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 ...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-12 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-20 19:25 Two problems with M-x cvs-examine Kim F. Storm
2004-09-20 20:06 ` Stefan Monnier
2004-10-12 21:52   ` Kim F. Storm

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.