From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11388 invoked by alias); 23 Dec 2005 19:40:46 -0000 Received: (qmail 11375 invoked by uid 22791); 23 Dec 2005 19:40:46 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 23 Dec 2005 19:40:44 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EpsmQ-00089a-KO for gdb-patches@sourceware.org; Fri, 23 Dec 2005 14:40:42 -0500 Date: Sat, 24 Dec 2005 10:50:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: Update Copyright and FSF address (was: [RFC] fix testsuite/gdb.cp/printmethod) Message-ID: <20051223194042.GA31176@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <4395D411.6020904@st.com> <20051207230807.GA7483@nevyn.them.org> <20051208044236.GB14351@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00278.txt.bz2 On Fri, Dec 23, 2005 at 08:46:06PM +0200, Eli Zaretskii wrote: > I now did that for gdb/gdbserver, gdbtk/generic, and gdbtk/library. > > But I inadvertently hit a snafu in the image subdirectories of > gdbtk/library: due to mismatch of time stamp (it's a long story) and > my failure to use "cvs ci -l", CVS checked in various GIF and PNG > images as well. The problem is, these are binary files, but they are > not marked with -kb keyword in the repository. And because I did the > commit from a Windows machine, I'm afraid the files are now corrupted > in the repository. > > Could someone please undo my commits to image files in all the > subdirectories of gdbtk/library? I'd do that myself, but in order to > be able to do that, I need to be a member of the cvsadmin group, which > I apparently am not... You need to be in the cvsadmin group to use "cvs admin" commands, but it's easy enough to fix this by recommitting from a system with appropriate line endings (or in this case, it looks like, without the ^Z behavior?). I've taken care of it, and the images appear uncorrupted now. Thanks again! -- Daniel Jacobowitz CodeSourcery, LLC