From mboxrd@z Thu Jan 1 00:00:00 1970
Path: main.gmane.org!not-for-mail
From: Phillip Lord
Newsgroups: gmane.emacs.help
Subject: Re: Trouble ignoring cvs message with pcl-cvs mode
Date: 20 Sep 2002 16:02:20 +0100
Organization: BIOSCI/MRC Human Genome Mapping Project Resource Centre
Sender: help-gnu-emacs-admin@gnu.org
Message-ID:
References:
NNTP-Posting-Host: localhost.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: main.gmane.org 1032554991 8679 127.0.0.1 (20 Sep 2002 20:49:51 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Fri, 20 Sep 2002 20:49:51 +0000 (UTC)
Return-path:
Original-Received: from monty-python.gnu.org ([199.232.76.173])
by main.gmane.org with esmtp (Exim 3.35 #1 (Debian))
id 17sUij-0002Fi-00
for ; Fri, 20 Sep 2002 22:49:49 +0200
Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org)
by monty-python.gnu.org with esmtp (Exim 4.10)
id 17sUj9-0007Sa-00; Fri, 20 Sep 2002 16:50:15 -0400
Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!btnet-peer0!btnet-peer!btnet!peer.news.eu-x.com!server2.netnews.ja.net!hgmp.mrc.ac.uk!not-for-mail
Original-Newsgroups: gnu.emacs.help
Original-Lines: 39
Original-NNTP-Posting-Host: bromine.hgmp.mrc.ac.uk
Original-X-Trace: niobium.hgmp.mrc.ac.uk 1032534141 12861 193.62.192.35 (20 Sep 2002 15:02:21 GMT)
Original-X-Complaints-To: news@net.bio.net
Original-NNTP-Posting-Date: Fri, 20 Sep 2002 15:02:21 +0000 (UTC)
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90
Original-Xref: nntp.stanford.edu gnu.emacs.help:105115
Original-To: help-gnu-emacs@gnu.org
Errors-To: help-gnu-emacs-admin@gnu.org
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help:
List-Post:
List-Subscribe: ,
List-Id: Users list for the GNU Emacs text editor
List-Unsubscribe: ,
List-Archive:
Xref: main.gmane.org gmane.emacs.help:1671
X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1671
>>>>> "Ivan" == Ivan Kanis writes:
Ivan> Hello,
Ivan> I am getting these annoying messages when I do a cvs-examine
Ivan> Message: cvs server: New directory `discussion' -- ignored
Ivan> Message: cvs server: New directory `editorial' -- ignored
Ivan> Message: cvs server: New directory `equipes' -- ignored
Ivan> I have tried to set the cvs-parse-ignore-messages variable
Ivan> like thus:
Ivan> (setq cvs-parse-ignored-messages '(".*New
Ivan> directory.*ignored.$"))
Ivan> bu pcl-cvs is still displaying the messages. Have I missed
Ivan> something?
Ivan> Your help would be greatly appreciated!
If memory services this means that the is a directory in the
repository that you do not have in your workfile. If you do
cvs-update, these directories will be created. Or cvs update -d from
the command line.
This works unless you have empty directories in your
repository. pcl-cvs uses the -P option to prune empty directories from
your work files. Then you are stuffed. CVS just doesn't version
directories. Once you create them, they are there for ever. Unless you
delete them from the repository. If you do this though, you will loose
the "attic" which is where remove files are kept, which is fine,
unless you try and restore tagged versions which include files which
have been subsequently deleted.
Ho hum.
Phil