From stdcxx-dev-return-5271-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Sep 28 22:57:28 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 57727 invoked from network); 28 Sep 2007 22:57:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Sep 2007 22:57:27 -0000 Received: (qmail 40411 invoked by uid 500); 28 Sep 2007 22:57:17 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 40400 invoked by uid 500); 28 Sep 2007 22:57:17 -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 40389 invoked by uid 99); 28 Sep 2007 22:57:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2007 15:57:17 -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: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2007 22:57:19 +0000 Received: from [10.70.3.58] ([10.70.3.58]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l8SMuCbD014289 for ; Fri, 28 Sep 2007 22:56:12 GMT Message-ID: <46FD86BA.1000309@roguewave.com> Date: Fri, 28 Sep 2007 16:56:58 -0600 From: Andrew Black User-Agent: Thunderbird 1.5.0.12 (X11/20060911) 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> In-Reply-To: <46FD7F89.9010606@roguewave.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings Martin I suspect the cause of the subversion messages was because you were using a protocol of http, rather than https in the source tree. Rel branch testing should begin when the archives are rebuilt tonight, unless you'd like me to get the ball rolling sooner. --Andrew Black Martin Sebor wrote: > The merge to branches/4.2.0 is complete now. Assuming our testing > confirms that the merge was successful we'll tag it (4.2.0-rc-5) > sometime next week. The merge was very difficult because of the > large number of changes and because of what seems to be an svn > limitation: the command line client croaks on merges containing > added files with the following error: > > svn: Access scheme mixtures not yet supported > > I worked around it by copying the files from trunk over to the > branch via svn cp. Before checking everything in I did a diff > of all files to make sure they matched. Since some of them > weren't merged correctly for some odd reason I copied those as > well and repeated the process until there were no diffs (except > for $Id: keywords). I also verified the branch by building the > library, examples, tests, and utilities, with gcc 4.1 on Solaris. > So even though I'm pretty confident that merge went okay the > branch probably shouldn't be used for any serious work until > we've put it through a round of testing on a number of > platforms. > > Andrew, could you please you set up the head of the 4.2.0 branch > for nightly testing? > > Thanks > Martin > > Martin Sebor wrote: >> A typo introduced last night into one of the Rogue Wave build >> scripts has caused all last night's builds to fail. We've corrected >> the typo this morning and scheduled a new set of builds to take >> place ASAP. The planned merge will take place once we've >> seen at least a representative sample of the build results. >> >> Martin >> >> >> Martin Sebor wrote: >>> I'm planning to merge all of the trunk to branches/4.2.0 as soon >>> as the recently introduced build failures have cleared up in the >>> build results. This could be as early as tomorrow and hopefully >>> no later than early next week. Until then, I'd like to ask all >>> committers to be extra careful before checking in any library or >>> build and test infrastructure changes (including the test driver) >>> that might adversely impact multiple platforms. If you can't test >>> with *at least* two different compilers please hold off on checking >>> your changes in until after the merge. >>> >>> Thanks >>> Martin >>> >>> >> >