From dev-return-15312-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat Jan 21 01:04:20 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 43730 invoked from network); 21 Jan 2006 01:04:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jan 2006 01:04:19 -0000 Received: (qmail 99254 invoked by uid 500); 21 Jan 2006 01:04:18 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 98963 invoked by uid 500); 21 Jan 2006 01:04:17 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 98952 invoked by uid 99); 21 Jan 2006 01:04:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 17:04:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.206 as permitted sender) Received: from [64.233.184.206] (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 17:04:16 -0800 Received: by wproxy.gmail.com with SMTP id i31so578187wra for ; Fri, 20 Jan 2006 17:03:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sspVHYJ2y51VQktphVxj1PskZjXgRfBNL2H/oyHPzNkGmzw/vpDQj+7ppMEFlQTwo0dd8y7HFvfsKyn550xOwQcTxW75AKm+tRd0a+QSnqj6dcZQHg/VEW1CmVXXmccxJfLO0wRdCd8Y6OB4PISf+Kf66rKEwNQX8Rc23f3FVbE= Received: by 10.54.93.20 with SMTP id q20mr3212436wrb; Fri, 20 Jan 2006 17:03:55 -0800 (PST) Received: by 10.54.121.15 with HTTP; Fri, 20 Jan 2006 17:03:55 -0800 (PST) Message-ID: <7edfeeef0601201703n687926ecm1932b69915788702@mail.gmail.com> Date: Fri, 20 Jan 2006 17:03:55 -0800 From: Garrett Rooney Sender: rooneg@gmail.com To: Andreas Magnusson Subject: Re: New apr_stat/apr_dir_read behavior Cc: dev@apr.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <439DD99A.3030101@btopenworld.com> <7edfeeef0512121229l125b926fqfd8961b4db9b3dc7@mail.gmail.com> <7edfeeef0512131314j4a32a207ta14c5bb69d99bc90@mail.gmail.com> <43D1307D.6020609@rowe-clan.net> <7edfeeef0601201059v4fa9e3f3j5adcbfb0f72ed617@mail.gmail.com> <7edfeeef0601201357u2d5b1d10kdd03379cdced14e6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/20/06, Andreas Magnusson wrote: > Garrett Rooney wrote: > > On 1/20/06, Andreas Magnusson wrote: > > > > Well, what I was getting at is that since you can reproduce the > > problem locally, it would be considerably easier for you to find the > > change that fixed the problem in the more recent branch (svn log and > > svn blame should be enough to tell you what revision it was introduced > > in), and given that, it should be pretty simple for you to apply that > > change to the 0.9.x source tree and see if it fixes your problem. If > > it does, the more experienced developers would have a much easier time > > reviewing the change and potentially committing it to that branch. > > > > -garrett > > > > So true, > in revision 65343, mturk committed the fix I have tried locally. I have > not run the tests, but by merging that commit to a checkout of 0.9.7 > makes my little test work the same way as 1.2.2 does. Is this > information enough, or do you want a patch also? Or more info, tests? > I'm more than happy to help. That's enough information, I'll try to take a look at this closer this weekend once I've got a windows machine in front of me to build on. -garrett