From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: Re: State of Emacs repository backup Date: Tue, 02 Jun 2009 15:52:54 +0200 Message-ID: <87iqje3fpl.fsf@meyering.net> References: <871vq23g8d.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243951850 6367 80.91.229.12 (2 Jun 2009 14:10:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jun 2009 14:10:50 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 02 16:10:46 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MBUhR-0000Dz-Ge for ged-emacs-devel@m.gmane.org; Tue, 02 Jun 2009 16:10:45 +0200 Original-Received: from localhost ([127.0.0.1]:51307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBUhQ-0006qG-V4 for ged-emacs-devel@m.gmane.org; Tue, 02 Jun 2009 10:10:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBUQL-0003LH-Fs for emacs-devel@gnu.org; Tue, 02 Jun 2009 09:53:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBUQH-0003Ik-R8 for emacs-devel@gnu.org; Tue, 02 Jun 2009 09:53:05 -0400 Original-Received: from [199.232.76.173] (port=36146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBUQH-0003IU-Ie for emacs-devel@gnu.org; Tue, 02 Jun 2009 09:53:01 -0400 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]:50220) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBUQG-0005X2-MM for emacs-devel@gnu.org; Tue, 02 Jun 2009 09:53:01 -0400 Original-Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 61C53940155 for ; Tue, 2 Jun 2009 15:52:56 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp1-g21.free.fr (Postfix) with ESMTP id 874BA940011 for ; Tue, 2 Jun 2009 15:52:54 +0200 (CEST) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 1A3742884C; Tue, 2 Jun 2009 15:52:54 +0200 (CEST) In-Reply-To: <871vq23g8d.fsf@cyd.mit.edu> (Chong Yidong's message of "Tue, 02 Jun 2009 09:41:38 -0400") Original-Lines: 42 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:111285 Archived-At: Chong Yidong wrote: > Andreas Schwab writes: > >> I have compared the 20090529 backup of the Emacs CVS repository with the >> state of the git mirror on repo.or.cz (which was last mirrored on >> 2009-05-29 23:00 +0200). There are two incomplete changesets with a >> total of two missing revisions: >> >> commitid Fvex0CkUAhHjSDPt: >> revision 1.286 of doc/lispref/ChangeLog (about 2009-05-28 13:30:46 +0000) >> >> commitid lPtsAMeJsIIBRHPt: >> revision 1.15662 of lisp/ChangeLog (2009-05-29 01:31:40 +0000) >> >> There would be the possibility to reconstruct the two missing revisions >> and ask the Savannah admins to overwrite the two affected RCS files in >> the repository, bringing it back to the state as of 2009-05-29 23:00 >> +0200. > > That sounds good. Are the ChangeLog files the only ones affected? I > believe these changes are > > 2009-05-28 Chong Yidong > > * frames.texi (Text Terminal Colors): Multi-tty is already > implemented, but tty-local colors are not. > > and > > 2009-05-29 Stefan Monnier > > * startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h > if C-h is remapped to something else like DEL. > > Should we contact the Savannah sysadmins directly, or wait for another > announcement from them regarding CVS recovery? Thanks for investigating that. If you provide correct ,v files, I can put them in place. Once the CVS repository is restored, I will reenable the mirror-to-git process.