Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FCAE109A3 for ; Fri, 30 Aug 2013 09:51:57 +0000 (UTC) Received: (qmail 67576 invoked by uid 500); 30 Aug 2013 09:51:56 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 67333 invoked by uid 500); 30 Aug 2013 09:51:53 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 67274 invoked by uid 99); 30 Aug 2013 09:51:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 09:51:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lmnbeyond@gmail.com designates 209.85.160.51 as permitted sender) Received: from [209.85.160.51] (HELO mail-pb0-f51.google.com) (209.85.160.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 09:51:46 +0000 Received: by mail-pb0-f51.google.com with SMTP id jt11so1669205pbb.10 for ; Fri, 30 Aug 2013 02:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:date:subject:to :message-id:mime-version; bh=Iq/XCJb7a5qIz+g4Qvs/AnPgh7IwIbO7shhvwJI+ig4=; b=SBE1+2TiDu3URTOMQN9fn8vfOYS3z5oWlrQhFuUJRvN3npJCn7we137qSJQ7bX95FE /Ym6pssY6ymmnrir1ABrQTcIFx1coiWsxN0zWdls0j8GR/DEsAToY7xj9ZHCuAMtcGvd YHjJjKYmdRqkLvREq+pp/YqDBaUa1VKG42WETuYe3+paAZFDs3eGnn2GZbQjlMWVqjBb 4EVwMDOmBmNiIm3b9xMECjcrldtQiuuAfP58Kno9DzjkRf7gCEYyjEZMnNft9WG47DSG 6N0P123/xVs5+3eRjoajgHQeaaTseQtF0v8Y0hPksuMXmsPdLVQEK/Zsb5VsSLo8nrhY lwPg== X-Received: by 10.68.113.99 with SMTP id ix3mr8516395pbb.180.1377856285868; Fri, 30 Aug 2013 02:51:25 -0700 (PDT) Received: from [192.168.2.121] ([125.69.35.254]) by mx.google.com with ESMTPSA id fo3sm27871687pbb.15.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 Aug 2013 02:51:24 -0700 (PDT) From: lmnbeyond Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 30 Aug 2013 17:51:13 +0800 Subject: What's your daily workflow for cordova development? To: "dev@cordova.apache.org" Message-Id: <09C96D16-53A6-4E30-9E49-B421A0E12107@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org Hi all, Cordova was separated into tens of individual repos ever since = 3.0 and we're benefit from this change and can quickly build/test apps. For now, if I want to develop some feature or plugin, I can = first create a project by cli, then did some changes, but meanwhile it's = difficult to track which files got changed/added/removed, since all = source was not under source control. And it's also error prone to = manually do the tracking. The structure of cordova-x repos is different = from the structure in a development project. It was easier if there was an all-in-one project, I mean all = native sources in a single project, before 3.0. Best Regards!