From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mathias@mnet-mail.de Newsgroups: gmane.emacs.devel Subject: Re: Keeping changes in sync with upstream projects Date: Wed, 19 May 2010 12:35:30 +0200 Message-ID: <20100519123530.11551dydfoerhcz4@webmail.mnet-online.de> References: <86zkzxccfw.wl%lluis@ginnungagap.pc.ac.upc.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274265357 31210 80.91.229.12 (19 May 2010 10:35:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 10:35:57 +0000 (UTC) Cc: =?iso-8859-1?b?TGx17XM=?= , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 19 12:35:55 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OEgcw-0002zY-Ty for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 12:35:51 +0200 Original-Received: from localhost ([127.0.0.1]:54835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEgcw-0000Mc-7a for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 06:35:50 -0400 Original-Received: from [140.186.70.92] (port=59932 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEgck-0000Jz-Ek for emacs-devel@gnu.org; Wed, 19 May 2010 06:35:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEgci-0008Ms-WB for emacs-devel@gnu.org; Wed, 19 May 2010 06:35:38 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:56695) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEgci-0008Jm-Qf for emacs-devel@gnu.org; Wed, 19 May 2010 06:35:36 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id D83DE1C15643; Wed, 19 May 2010 12:35:30 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id CE5C39020D; Wed, 19 May 2010 12:35:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan1.mnet-online.de [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id F-6s0qtPOsL9; Wed, 19 May 2010 12:35:30 +0200 (CEST) Original-Received: from webmail.mnet-online.de (webmail1.mnet-online.de [212.18.5.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTP; Wed, 19 May 2010 12:35:30 +0200 (CEST) Original-Received: from host-62-245-234-168.customer.m-online.net (host-62-245-234-168.customer.m-online.net [62.245.234.168]) by webmail.mnet-online.de (Horde Framework) with HTTP; Wed, 19 May 2010 12:35:30 +0200 In-Reply-To: Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.3.5) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:124932 Archived-At: Zitat von Stefan Monnier : > - of course, the best is to add a third simplification: let upstream use > [Emacs] for development, so the "2-way" sync is a nop. > or simpler, Emacs developer could use [clean upstream] for development of the package. (This is what Git developer do. Parts of Git (git-gui, gitk) are developed in their repository. From time to time the Git maintainer pulls and merges them into the Git repository.) Mathias