From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: cvs diff -u does not work after Savannah change Date: Wed, 14 Dec 2005 19:07:16 +0200 Organization: JURTA Message-ID: <87wti7y5ub.fsf@jurta.org> References: <439EDB44.3000700@student.lu.se> <200512131640.jBDGeXH11812@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134594911 11240 80.91.229.2 (14 Dec 2005 21:15:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 21:15:11 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 14 22:15:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmdvS-0005wM-UY for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 22:12:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emdw4-00066D-8c for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 16:13:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmaQT-0008Sq-Tx for emacs-devel@gnu.org; Wed, 14 Dec 2005 12:28:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmaP6-0007km-Sc for emacs-devel@gnu.org; Wed, 14 Dec 2005 12:27:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmaFg-0004RD-Fs for emacs-devel@gnu.org; Wed, 14 Dec 2005 12:17:16 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmaHk-0006EK-JW; Wed, 14 Dec 2005 12:19:24 -0500 Original-Received: from mail.neti.ee (80-235-33-164-dsl.mus.estpak.ee [80.235.33.164]) by Relayhost1.neti.ee (Postfix) with ESMTP id A56301E95; Wed, 14 Dec 2005 19:16:37 +0200 (EET) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Wed, 14 Dec 2005 00:11:25 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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 Xref: news.gmane.org gmane.emacs.devel:47716 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? It's a pity the scope of ! is only one file, but not the whole set of files. > I was given this script by the Savannah hackers. > > find -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 's/\@s/\@cvs.s/' This script is from http://savannah.gnu.org/forum/forum.php?forum_id=4168. All necessary information is on this page. -- Juri Linkov http://www.jurta.org/emacs/