Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 1DA74955E for ; Wed, 4 Jul 2012 01:27:35 +0000 (UTC) Received: (qmail 27348 invoked by uid 500); 4 Jul 2012 01:27:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27327 invoked by uid 500); 4 Jul 2012 01:27:34 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 27318 invoked by uid 99); 4 Jul 2012 01:27:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 01:27:34 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of akssps011@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gg0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 01:27:27 +0000 Received: by ggnc4 with SMTP id c4so6565443ggn.31 for ; Tue, 03 Jul 2012 18:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=tGo0uYu+bDodjjfGUlC9Vs0b3DX2jkV+7yWnanC1mu4=; b=f7qTUZ9hJTZLRzQXGNCXVE1X9qiywHfjquafZbrW/KyueyX3EvY6S/wAK+LYe3LYhf bLsANCbGIEP0cvPLFqY/zSOfOKmDcSjyBHKqwhM2H7dTaz6mrZioz0CGzhw7jwTDbSAU gpvgkK+q6VUtT1l07GHbZdsqi9L2ms+0J7u07rbGqOQjkpIBDXjmGawXi/EPQK1ABIBV UR3a4ituR2gUl9sbqgNdihF0j0GHwDiJoi7/n0a96gOCbAx82LLJM+GgjJT0xr39SpOG JQ8K/8Swhto/uKnncmd9u9Z2WG2Ant/jFivp5Hv7jUx9LXXNozUKabjm/FoZ9Ysj4kSI NV/g== Received: by 10.50.207.104 with SMTP id lv8mr10281470igc.41.1341365226367; Tue, 03 Jul 2012 18:27:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.24.168 with HTTP; Tue, 3 Jul 2012 18:26:46 -0700 (PDT) From: siddharth srivastava Date: Wed, 4 Jul 2012 06:56:46 +0530 Message-ID: Subject: Managing multiple patches in eclipse To: derby-dev@db.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi While improvising code coverage, I made a lot of changes in different files. Now the changes in each file is a patch in itself. So my question was, how do you create/manage diff for multiple issues simultaneously. The process I have been following now was to make change, create diff, revert back and again do the same for next patch. But now since I have 8-10 patches, is there a sane way of doing this ? -- Regards Siddharth Srivastava