From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Bazaar references complicate the git transition Date: Sun, 12 Jan 2014 17:25:41 -0500 Message-ID: References: <20140111155429.1A12C3803A6@snark.thyrsus.com> <20140112035512.GB32704@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389565556 25858 80.91.229.3 (12 Jan 2014 22:25:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 22:25:56 +0000 (UTC) Cc: Richard Stallman , 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 23:26:02 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 1W2TTl-0007ah-FQ for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 23:26:01 +0100 Original-Received: from localhost ([::1]:39674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2TTk-0006JO-VS for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 17:26:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2TTa-0006Fh-Cb for emacs-devel@gnu.org; Sun, 12 Jan 2014 17:25:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2TTT-0002ba-3C for emacs-devel@gnu.org; Sun, 12 Jan 2014 17:25:50 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:13520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2TTS-0002bV-Vg; Sun, 12 Jan 2014 17:25:43 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOIYZwZgV6DFYFIJA X-IPAS-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOIYZwZgV6DFYFIJA X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="44787471" Original-Received: from 76-10-140-163.dsl.teksavvy.com (HELO pastel.home) ([76.10.140.163]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 12 Jan 2014 17:25:42 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id C2A9960791; Sun, 12 Jan 2014 17:25:41 -0500 (EST) In-Reply-To: <20140112035512.GB32704@thyrsus.com> (Eric S. Raymond's message of "Sat, 11 Jan 2014 22:55:12 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:168254 Archived-At: > Temporarily disable commits, zero the Savannah repo while I fix up the > Bazaar references, reload the Savannah repo from the fixed-up version. If you're talking about the Git repository, yes, we'll probably want to overwrite the current one with some new one. But the repository has denynonfastforwards=false, so we should be able to overwrite without any further configuration. When the Git repository becomes *The* repository, we'll want to ask the Savannah guys to set denynonfastforwards=true. Stefan