all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* PCL-CVS misbehavior
@ 2002-07-19  8:15 Kai Großjohann
  2002-07-19  8:43 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Großjohann @ 2002-07-19  8:15 UTC (permalink / raw)


If you have a file in a PCL-CVS buffer which is marked "Unknown",
then delete the file, then do M-x cvs-update RET, the file does not
disappear from the listing.  Instead, "Unknown" is changed to
"Up-to-date", which is a little confusing.

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)

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

* Re: PCL-CVS misbehavior
  2002-07-19  8:15 PCL-CVS misbehavior Kai Großjohann
@ 2002-07-19  8:43 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2002-07-19  8:43 UTC (permalink / raw)
  Cc: emacs-devel

> If you have a file in a PCL-CVS buffer which is marked "Unknown",
> then delete the file, then do M-x cvs-update RET, the file does not
> disappear from the listing.  Instead, "Unknown" is changed to
> "Up-to-date", which is a little confusing.

Note that from PCL-CVS' point of view it makes sense: both the repository
and your local workspace agree that this file is "absent" so your
workspace is "up-to-date" w.r.t. this file.

The situation is pretty much exactly the same as when you commit
a `cvs remove'.  PCL-CVS now says "Up-to-date" (with a subtype of
"removed") rather than just removing the entry from your *cvs* buffer.

But I guess you're right that for unknown files, the current behavior
is confusing.  The thing is, it's useful: open a *cvs*
buffer on emacs/lisp, then do

	I ange-ftp.el RET

this will insert an entry for `ange-ftp.el'.  It's marked "unknown": that's
a bug, it should be "up-to-date"; hit `e' to fix it.  Now hit `l' and
lo-and-behold you get the `cvs log' of the ange-ftp.el file before it was
moved to the `net' subdir.


	Stefan

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

end of thread, other threads:[~2002-07-19  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19  8:15 PCL-CVS misbehavior Kai Großjohann
2002-07-19  8:43 ` Stefan Monnier

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.