[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs new-dir Need-Update
From: |
Stefan Monnier |
Subject: |
Re: cvs new-dir Need-Update |
Date: |
Fri, 20 Sep 2002 16:49:51 -0400 |
> > PS: In earlier versions of PCL-CVS those messages were not turned into
> > `Need-Update' but into mere informational messages. Such messages
> > are less annoying in your case, but `Need-Update' is the right
> > thing to do in the case of a true new directory.
> > The only solution I can think of is to make it a user-option,
> > which is rather a cop-out.
>
> CVS/Entries.Log contains the list of deleted directories.
> Maybe you could use it to filter out this junk altogether?
Hmm... that would be awesome, but I can't find any such file here.
work/emacs-1% echo **/CVS/Entries.*
zsh: no match
work/emacs-1%
And CVS' info page indicates that Entries.Log is transient
and only used to deal with failure-during-update.
Stefan