Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24837 invoked from network); 24 Jul 2008 12:37:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 12:37:42 -0000 Received: (qmail 28017 invoked by uid 500); 24 Jul 2008 12:37:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27980 invoked by uid 500); 24 Jul 2008 12:37:42 -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 27969 invoked by uid 99); 24 Jul 2008 12:37:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 05:37:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ebirkenes@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 12:36:48 +0000 Received: by nf-out-0910.google.com with SMTP id g16so946389nfd.15 for ; Thu, 24 Jul 2008 05:37:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=kyiROABsRFUlklV0TPx4ox4rlSjGFZBx8VKfj/3iB4s=; b=doM0rH2/dzQIF1+eXt7R0Qd70Qxs+g3lRyunxy4NYv7QitL+7EIcAMGZ86GN3EuxP7 J4qIgtmgPI56e8yEsUTUGxJdhLWI5ecOck1z2+bZ3/faDrgkaUND8Mb/loPKgf5dyaQQ 6bNPO04vhIZ5lLXUn1ZUlKPmNTyzAlMqIXDdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=snYJJwAsCIxhINwzigu3026gp6bDOmsUtC9+1ezFwpXUs4yo7lNZCaxiXVPVCzhtPa a2nAkUoYVcj8hgjCWujr36uj9O2AUxyhD87Q0OzqVMiLC51vz8rj1gEV5chTlAs3/DIC gmK9QdhqqdRUnxE60PrdjaCpLQwSYLEK15ez4= Received: by 10.210.29.11 with SMTP id c11mr302793ebc.16.1216903032781; Thu, 24 Jul 2008 05:37:12 -0700 (PDT) Received: by 10.210.28.16 with HTTP; Thu, 24 Jul 2008 05:37:12 -0700 (PDT) Message-ID: Date: Thu, 24 Jul 2008 14:37:12 +0200 From: "Erlend Birkenes" Sender: ebirkenes@gmail.com To: derby-dev@db.apache.org Subject: Dealing with patches MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_100656_18551338.1216903032770" X-Google-Sender-Auth: 4862fff5a4561527 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_100656_18551338.1216903032770 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. How do people deal with working on several issues at the same time? It gets complicated when I work on several issues and have to make patches for each one. Right now I have separate copies of the whole tree but that gets unpractical.. It would be nice to have several local trees that I could switch between, where all of them could easily be updated from the repository. It would also be nice to have my own local version control, so I can commit and revert my own stuff. I've only used SVN so far, but I know there are several other systems that maybe can do this for me. Before I start experimenting I would like to know how other people solve this. So, whats the best way? -Erlend ------=_Part_100656_18551338.1216903032770 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi.

How do people deal with working on several issues at the same time? It gets complicated when I work on several issues and have to make patches for each one. Right now I have separate copies of the whole tree but that gets unpractical.. It would be nice to have several local trees that I could switch between, where all of them could easily be updated from the repository. It would also be nice to have my own local version control, so I can commit and revert my own stuff. I've only used SVN so far, but I know there are several other systems that maybe can do this for me.

Before I start experimenting I would like to know how other people solve this. So, whats the best way?


-Erlend
------=_Part_100656_18551338.1216903032770--