Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 59789 invoked from network); 2 Oct 2007 01:32:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 01:32:17 -0000 Received: (qmail 11151 invoked by uid 500); 2 Oct 2007 01:32:06 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 11139 invoked by uid 500); 2 Oct 2007 01:32:06 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 11128 invoked by uid 99); 2 Oct 2007 01:32:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 18:32:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msebor@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 01:32:06 +0000 Received: by py-out-1112.google.com with SMTP id u77so8237038pyb for ; Mon, 01 Oct 2007 18:31:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=T3nDoGFcjmKUhI6cvoKPn65fzUnRHYPf5VlQamsfFQo=; b=gunPGlVz+py3Dh6yDPCUH7nXRPtdQTJoVKnQkVsdJMv4O5W6FWGfygZ94x5Q+vJ0LCdr3V0hW6OuFuD/dHaN/mr4f9OHXUnfi2jMBRuV5QJZmQJmIbkbWv2ghZ4hfigUPHaW3ZYl8DovxL/Rm0VG/NhmD4I2ILZ+PoJriMjvJk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=G2lw0dW42itxFZx+Q93su0SJVg20OlZJsDPnKavGy1HU+A+wfP+BiZ0bian+ozZbSDr513jXiV32WTXrOnitoIWNzfF65Mo2o1wtxshi8osZDMWBGMl+1hD/KhJLjb11AjtwqBG19JdbmqjIY0ZcIlbh5IMaK6HTzdSSIXf+s7U= Received: by 10.64.232.16 with SMTP id e16mr1802869qbh.1191288704838; Mon, 01 Oct 2007 18:31:44 -0700 (PDT) Received: from ?10.19.230.97? ( [67.53.46.3]) by mx.google.com with ESMTPS id 5sm1912717nzk.2007.10.01.18.31.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Oct 2007 18:31:43 -0700 (PDT) Message-ID: <47019EEC.3000703@roguewave.com> Date: Mon, 01 Oct 2007 19:29:16 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: merging trunk to 4.2.0 References: <46F2B63C.9010906@roguewave.com> <12891733.post@talk.nabble.com> <46FD7F89.9010606@roguewave.com> <46FD86BA.1000309@roguewave.com> <46FDC6A4.4070008@roguewave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org Michael van der Westhuizen wrote: > Hi Martin, > > On 9/29/07, Martin Sebor wrote: >> have easily missed it. If that was it, I kick myself in the head >> because the whole dang merge took me almost two days to finish! > > Have you considered using svnmerge? It will let you cherry-pick > changes and fixes from trunk into the RC branch. You'll also be able > to block revisions from being considered for merge. The killer > feature (for me) is bidirectional merging. Apparently it will be > possible to move from svnmerge to the official merge support in the > upcoming SVN 1.5. > > Have a look at http://www.orcaware.com/svn/wiki/Svnmerge.py - it could > save you a day and a half in the future :-) Thanks for the tip! I had not considered using a more intelligent tool that the svn client. I'll keep in it mind the next time I do a big merge. Martin > > Michael >