Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1DEBB200C1A for ; Mon, 13 Feb 2017 11:31:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1C677160B60; Mon, 13 Feb 2017 10:31:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 64C00160B4D for ; Mon, 13 Feb 2017 11:31:38 +0100 (CET) Received: (qmail 87654 invoked by uid 500); 13 Feb 2017 10:31:37 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 87643 invoked by uid 99); 13 Feb 2017 10:31:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 10:31:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9294C185856 for ; Mon, 13 Feb 2017 10:31:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.28 X-Spam-Level: X-Spam-Status: No, score=0.28 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 6D1rJ1JDh8kY for ; Mon, 13 Feb 2017 10:31:35 +0000 (UTC) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.1]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 485875F47E for ; Mon, 13 Feb 2017 10:31:35 +0000 (UTC) Received: from [192.168.1.2] (33.223.130.77.rev.sfr.net [77.130.223.33]) by msfrf2615.sfr.fr (SMTP Server) with ESMTP id 260551C012CB5 for ; Mon, 13 Feb 2017 11:30:29 +0100 (CET) Received: from [192.168.1.2] (33.223.130.77.rev.sfr.net [77.130.223.33]) (Authenticated sender: jacques.leroux60@sfr.fr) by msfrf2615.sfr.fr (SMTP Server) with ESMTPA for ; Mon, 13 Feb 2017 11:30:28 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=jacques.leroux60@sfr.fr Subject: Re: [DISCUSSION] Plugins: svn:external or Gradle Task? To: dev@ofbiz.apache.org References: <9bb92648-3c6c-f547-5617-72f60daaca68@ecomify.de> <288ce8bb-187b-7cf1-bb1f-1bc2d19e2da2@les7arts.com> From: Jacques Le Roux Organization: Les Arts Informatiques Message-ID: Date: Mon, 13 Feb 2017 11:30:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: X-sfr-mailing: LEGIT Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Mon, 13 Feb 2017 10:31:39 -0000 I do that regularly when backporting same in several releases branches at once. This could also happen when 2 plugins are related, example and exampleext for instance, ebay plugins also IIRW. And I'm sure in more cases... I agree on the idea of having separated projects, but I'm not sure how it will evolve... Jacques Le 13/02/2017 à 11:09, Taher Alkhateeb a écrit : > I don't think we should commit in several branches at once. This again > brings us back to the same problem, we are trying to treat separate > projects as one project. > > On Mon, Feb 13, 2017 at 1:06 PM, Jacques Le Roux < > jacques.le.roux@les7arts.com> wrote: > >> Le 13/02/2017 à 10:56, Jacques Le Roux a écrit : >> >>> So updting a plugin by hand with svn, or even several plugins at a time >>> with an IDE or a Svn GUI , is not be a problem, nor to commit changes, etc. >>> So we don't need Gradle tasks for that, all is still possible. >>> >>> To summarize, so far I seed no disadvantages with Taher solution, but in >>> Builbot for plugins. >>> >> To make that more clear we should document how to commit in several >> branches at once (in committers wiki page). I know Eclipse and ToirtoiseSvn >> can do that. I guess all Svn GUI clients. I never tried with different >> repos, but anyway here it's only branches, only 1 ASF repo. >> >> Jacques >> >>