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: On the subject of Git, Bazaar, and the future of Emacs development Date: Thu, 28 Mar 2013 08:35:54 -0400 Message-ID: References: <87y5d9p5td.fsf@dex.adm.naquadah.org> <87vc8dtbcb.fsf@lifelogs.com> <871ub1gmdf.fsf@engster.org> <87d2ulovd0.fsf@dex.adm.naquadah.org> <85r4j0h1ww.fsf@member.fsf.org> <85li98h1qx.fsf@member.fsf.org> <87ehf0b3x2.fsf@uwakimon.sk.tsukuba.ac.jp> <87obe3gaem.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364474171 23729 80.91.229.3 (28 Mar 2013 12:36:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2013 12:36:11 +0000 (UTC) Cc: Stephen Leake , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 28 13:36:36 2013 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 1ULC4A-0001to-U1 for ged-emacs-devel@m.gmane.org; Thu, 28 Mar 2013 13:36:27 +0100 Original-Received: from localhost ([::1]:41501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULC3m-0007UY-Rh for ged-emacs-devel@m.gmane.org; Thu, 28 Mar 2013 08:36:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULC3h-0007Sw-84 for emacs-devel@gnu.org; Thu, 28 Mar 2013 08:35:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULC3f-0005Ks-Vq for emacs-devel@gnu.org; Thu, 28 Mar 2013 08:35:57 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:8231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULC3f-0005Kh-K7 for emacs-devel@gnu.org; Thu, 28 Mar 2013 08:35:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IfAQUnLyMQCzQSFBgNJIgkwS2RCgOkeoFegxM X-IPAS-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IfAQUnLyMQCzQSFBgNJIgkwS2RCgOkeoFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="5977639" Original-Received: from 69-196-180-174.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.174]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 28 Mar 2013 08:35:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 46EBB67951; Thu, 28 Mar 2013 08:35:54 -0400 (EDT) In-Reply-To: <87obe3gaem.fsf@engster.org> (David Engster's message of "Thu, 28 Mar 2013 10:07:29 +0100") 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.182 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:158355 Archived-At: > /--to-emacs <-| ---------------------> > / ^ | diff|patch > | | | > | | | > CEDET ----trunk| <-| Emacs trunk > | | > | | > \ | diff|patch > \--from-emacs -| <-------------------- [...] > Emacs->CEDET: Now that's tedious. You have to first generate a list of > commits in Emacs trunk which changed files from CEDET. Hmm... Why don't you have a more symmetric setup. I.e. have a "to-cedet" branch on the Emacs side, where the non-CEDET files are removed and the CEDET files are renamed appropriately? Stefan