From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Is the repo mirroring restoring dead tags? Date: Sun, 12 Jan 2014 13:54:09 +0100 Message-ID: <87sistuzri.fsf@engster.org> References: <20140112003744.76866380523@snark.thyrsus.com> <20140112124937.GC3503@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389531273 30348 80.91.229.3 (12 Jan 2014 12:54:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 12:54:33 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: "Eric S. Raymond" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 12 13:54:39 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W2KYl-000330-Ip for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 13:54:35 +0100 Original-Received: from localhost ([::1]:37571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2KYl-00015L-8X for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 07:54:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2KYc-0000uH-59 for emacs-devel@gnu.org; Sun, 12 Jan 2014 07:54:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2KYW-0003pP-Ob for emacs-devel@gnu.org; Sun, 12 Jan 2014 07:54:26 -0500 Original-Received: from randomsample.de ([5.45.97.173]:42544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2KYW-0003pH-F1 for emacs-devel@gnu.org; Sun, 12 Jan 2014 07:54:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=SWC9qEf0xV+YVtkYCZ4FXxnZSQZkWOwXInsqws35L0I=; b=IsPHicvrklxzE3QF5HHgPOqYY0UC2z6nN9Lmsv+4sEKhJV/3br8FtqLpF40WrZ2dT9ckMEQvA7ScoShHrWikHIc+Izzp4RCDuNhOQVUJNkRIRAVfdFxIF3YWGpCNcG6B; Original-Received: from dslc-082-083-037-052.pools.arcor-ip.net ([82.83.37.52] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1W2KYU-0003If-IM; Sun, 12 Jan 2014 13:54:19 +0100 In-Reply-To: <20140112124937.GC3503@thyrsus.com> (Eric S. Raymond's message of "Sun, 12 Jan 2014 07:49:38 -0500") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: "Eric S. Raymond" , Andreas Schwab , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168173 Archived-At: Eric S. Raymond writes: > Andreas Schwab : >> This is correct. My mirror script will overwrite _any_ changes in the >> git repo. > > Well, hell. I wish somebody had told me that sooner. > > Now I'll have redo all those operations by hand, either on the Bazaar > repo or the final git one. Before you waste even more time: I don't think it will work on the Bazaar repo, since I guess those tags will be restored as soon as anybody pushes who has those tags locally (i.e., everyone). -David