From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19792 invoked by alias); 12 Nov 2001 02:14:02 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19771 invoked from network); 12 Nov 2001 02:14:01 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sourceware.cygnus.com with SMTP; 12 Nov 2001 02:14:01 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 1ADF03EF7; Sun, 11 Nov 2001 21:13:51 -0500 (EST) Message-ID: <3BEF305F.9040300@cygnus.com> Date: Thu, 01 Nov 2001 09:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Andrew Cagney Cc: Eli Zaretskii , gdb@sources.redhat.com Subject: Re: Delete .texi files from trunk? References: <3BEEC3EA.6030005@cygnus.com> <2427-Sun11Nov2001211506+0200-eliz@is.elta.co.il> <3BEED1DE.50205@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00012.txt.bz2 After the release process the tree looks like this: [gdbadmin@sourceware src]$ cvs update cvs update: Updating . M djunpack.bat ? proto-toplev ? gdb-5.0.93.tar.bz2 cvs update: Updating bfd ... cvs update: Updating bfd/po cvs update: warning: bfd/po/BLD-POTFILES.in was lost U bfd/po/BLD-POTFILES.in cvs update: warning: bfd/po/SRC-POTFILES.in was lost U bfd/po/SRC-POTFILES.in cvs update: Updating config ... cvs update: Updating gdb M gdb/version.in ? gdb/p-exp.tab.c cvs update: Updating gdb/29k-share ... cvs update: Updating gdb/doc ? gdb/doc/gdb.info-11 ? gdb/doc/gdb.info-12 ? gdb/doc/gdb.info-13 ? gdb/doc/gdb.info-14 ? gdb/doc/gdb.info-15 ? gdb/doc/gdbint.info-4 ? gdb/doc/gdbint.info-5 cvs update: Updating gdb/gdbserver ? gdb/gdbserver/config.log ? gdb/gdbserver/config.status ? gdb/gdbserver/Makefile cvs update: Updating gdb/mi ... So several strange things: - those poo files being deleted - some .info files reported (others weren't) - gdbserver containing crud so more digging is required. Andrew