Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 56882 invoked from network); 3 Nov 2010 16:41:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 16:41:45 -0000 Received: (qmail 15888 invoked by uid 500); 3 Nov 2010 16:42:16 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 15774 invoked by uid 500); 3 Nov 2010 16:42:14 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 15766 invoked by uid 99); 3 Nov 2010 16:42:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 16:42:14 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ted.dunning@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 16:42:09 +0000 Received: by wyb39 with SMTP id 39so833800wyb.30 for ; Wed, 03 Nov 2010 09:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=uvj5VEAzHZ3kQ0q26HAdyPfmZRlSBhHAOmaHmaI/k88=; b=t0zyNJV/bumQiA14XECy7IRGHyDZP8hg18eHjbrbSLf79M5DVclyr7gmmEJ98olGar F1IvbwiXH8uEvmFSNW7aRhMWOw3u53dFzjiZvOYA76kGHC2Q1IlKoNWv58+dHRVXhMQB CqQfL+vdc+E13bFn6hthGGF1F1PiY2K0aDN0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=t4wUNCqnUZVFWmibKXIbRTtoRq9gzFoIP5yWBNV9hvkzeIuxCF+EFDRAar0hZ+yG3A VHPtUIV7BPhpUw0OZ0thLNUB6F16liBwqjkl+Sr1bHAfbWAIZbehmMeyg0Zw1SEEl4L+ /llGWoFTGJUQNxy1PSWNWOPTFk+/n6l3ImVR0= Received: by 10.216.50.134 with SMTP id z6mr10676720web.15.1288802508469; Wed, 03 Nov 2010 09:41:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.175.5 with HTTP; Wed, 3 Nov 2010 09:41:28 -0700 (PDT) From: Ted Dunning Date: Wed, 3 Nov 2010 09:41:28 -0700 Message-ID: Subject: Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integration/ main/java/org/apache/commons/math/analysis/inte To: Commons Developers List Content-Type: multipart/alternative; boundary=0016e6dd96c7b41177049428b791 --0016e6dd96c7b41177049428b791 Content-Type: text/plain; charset=UTF-8 This is the poster child use case for git because it allows you to re-order commits or even move commits to an ephemeral branch after creating the branch. I can't count the number of times this has saved my butt. On Wed, Nov 3, 2010 at 9:01 AM, Gilles Sadowski < gilles@harfang.homelinux.org> wrote: > Also I'm not going to "svn co" a fresh copy of CM every time I > encounter an issue that should have been better dealt with *before* the > changes I'm currently performing (I already have two active ones). > --0016e6dd96c7b41177049428b791--