From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: cvs diff -u does not work after Savannah change Date: Wed, 14 Dec 2005 00:11:25 -0500 Message-ID: References: <439EDB44.3000700@student.lu.se> <200512131640.jBDGeXH11812@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134537234 15246 80.91.229.2 (14 Dec 2005 05:13:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 05:13:54 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 14 06:13:53 2005 Return-path: Original-Received: from [199.232.75.2] (helo=lists.gnu.org) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmOwj-0003JF-Mf for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 06:12:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmOxI-0004zn-P6 for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 00:13:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmOx6-0004ys-Ch for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:13:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmOx5-0004xw-ND for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:13:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmOx5-0004xe-G4 for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:13:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmOz6-0003ui-Cw for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:15:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EmOvF-0006Qn-Fr; Wed, 14 Dec 2005 00:11:25 -0500 Original-To: Luc Teirlinck In-reply-to: <200512131640.jBDGeXH11812@raven.dms.auburn.edu> (message from Luc Teirlinck on Tue, 13 Dec 2005 10:40:33 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-Broken-Reverse-DNS: no host name found for IP address 199.232.75.2 Xref: news.gmane.org gmane.emacs.devel:47677 Archived-At: Personally, I ran find-grep-dired for the old entry in my Emacs CVS directory and then used Dired's Q command to perform a query replace, That would be awfully painful if you had to approve each change. Did ! work to avoid that? I was given this script by the Savannah hackers. find -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 's/\@s/\@cvs.s/'