From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: cvs diff -u does not work after Savannah change Date: Tue, 13 Dec 2005 10:40:33 -0600 (CST) Message-ID: <200512131640.jBDGeXH11812@raven.dms.auburn.edu> References: <439EDB44.3000700@student.lu.se> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1134495883 17017 80.91.229.2 (13 Dec 2005 17:44:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 17:44:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 13 18:44:34 2005 Return-path: Original-Received: from [199.232.75.2] (helo=lists.gnu.org) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmEAC-0001cg-Tm for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 18:42:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmEAk-0003eR-Gn for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 12:42:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmDEm-0000bb-39 for emacs-devel@gnu.org; Tue, 13 Dec 2005 11:42:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmDEj-0000aQ-Ik for emacs-devel@gnu.org; Tue, 13 Dec 2005 11:42:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmDEj-0000aF-7e for emacs-devel@gnu.org; Tue, 13 Dec 2005 11:42:45 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmDGe-0004KX-8a for emacs-devel@gnu.org; Tue, 13 Dec 2005 11:44:44 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id jBDGg92a007624; Tue, 13 Dec 2005 10:42:09 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id jBDGeXH11812; Tue, 13 Dec 2005 10:40:33 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: lennart.borgman.073@student.lu.se In-reply-to: <439EDB44.3000700@student.lu.se> (message from Lennart Borgman on Tue, 13 Dec 2005 15:31:32 +0100) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Tue, 13 Dec 2005 10:42:09 -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:47625 Archived-At: Lennart Borgman wrote: and then it hangs. This worked before. Is this a w32 specific problem perhaps? Or did I do something wrong? I do not believe that this is w32 specific. You probably still have the old entries (USER@subversions.gnu.org:/cvsroot/emacs) instead of USER@cvs.sv.gnu.org:/sources/emacs in your CVS/Root files. There _must_ be some CVS command that allows you to update all CVS/Root files automatically, but I can somehow not find it in the CVS manual. 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, but that was almost certainly terribly silly (although it worked). I am not a CVS expert. If you can not do a better job than me in searching the CVS manual, you probably want to wait till somebody tells you how to really do it, rather than follow my example. Sincerely, Luc.