From dev-return-7599-apmail-stdcxx-dev-archive=stdcxx.apache.org@stdcxx.apache.org Thu May 08 16:48:21 2008 Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 27184 invoked from network); 8 May 2008 16:48:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 16:48:21 -0000 Received: (qmail 98299 invoked by uid 500); 8 May 2008 16:48:23 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 98237 invoked by uid 500); 8 May 2008 16:48:22 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 98219 invoked by uid 99); 8 May 2008 16:48:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 09:48:22 -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.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 16:47:34 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m48GlmFw030664 for ; Thu, 8 May 2008 16:47:48 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: svn commit: r654286 - in /stdcxx/branches/4.2.x/examples/manual: failure.cpp in/failure.in out/failure.out Date: Thu, 8 May 2008 10:47:04 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r654286 - in /stdcxx/branches/4.2.x/examples/manual: failure.cpp in/failure.in out/failure.out Thread-Index: AcixIxO6pqFlFwtwQYetyw450XT0pAAB94Kw References: <20080507212424.EF79E2388A2F@eris.apache.org> <482320EF.40404@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 >Martin Sebor wrote: > >Travis Vitek wrote: >> =20 >>> Author: sebor >>> Date: Wed May 7 14:24:23 2008 >>> New Revision: 654286 >>> >>> URL: http://svn.apache.org/viewvc?rev=3D654286&view=3Drev >>> Log: >>> 2008-05-07 Martin Sebor >>> >>> * examples/manual/failure.cpp (main): Demonstrated the=20 >>> (optional) >>> extensions, classes std::ios::badbit_set, std::ios::eofbit_set, >>> and std::ios::failbit_set. >>> * examples/manual/in/failure.in: Added "interesting" input file. >>> * examples/manual/in/failure.in: Set expected output. >>=20 >> I think the third file here was 'failure.out' > >Thanks! I'm running into errors editing the property for some >reason. I don't think I'm doing anything wrong but maybe you >could give it a try in case I just lost my svn mojo. (I did >also ask on infra to see if there's a problem with the svn >hook.) > Yeah, I get an error also... $ svn propedit svn:log --revprop -r654286 https://svn.apache.org/repos/asf/stdcxx svn: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent svn: At least one property change failed; repository is unchanged >Martin >