Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 82957 invoked from network); 19 Aug 2010 10:55:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Aug 2010 10:55:25 -0000 Received: (qmail 45149 invoked by uid 500); 19 Aug 2010 10:55:25 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 44779 invoked by uid 500); 19 Aug 2010 10:55:23 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 44771 invoked by uid 99); 19 Aug 2010 10:55:21 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 10:55:21 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Aug 2010 10:55:04 +0000 Received: (qmail 82852 invoked by uid 99); 19 Aug 2010 10:54:42 -0000 Received: from localhost.apache.org (HELO [192.168.0.2]) (127.0.0.1) (smtp-auth username nslater, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Aug 2010 10:54:42 +0000 Subject: Re: svn commit: r987065 - /couchdb/branches/improve_range_support/ Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Noah Slater In-Reply-To: X-Noah: Awesome Date: Thu, 19 Aug 2010 11:54:39 +0100 Content-Transfer-Encoding: 7bit Message-Id: <113F9B37-A843-419B-A82A-768FD5271063@apache.org> References: <20100819080624.3A7EE23889FA@eris.apache.org> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org On 19 Aug 2010, at 09:58, Robert Newson wrote: > It seems impossible to guess when I should put things in trunk or on > branches. :) I would use the following rule of thumb: If the change is self-contained and relatively minor, commit to trunk. Otherwise, a branch. Basically, avoid breaking trunk between commits.