Re: svn commit: r997026 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2010-11-10 Thread Julian Foad
C. Michael Pilato wrote: On 11/09/2010 03:00 PM, Stefan Sperling wrote: @@ -4046,7 +4050,16 @@ do_walk(walker_ctx_t *ctx, int depth) /* authorize access to this resource, if applicable */ if (params-walk_type DAV_WALKTYPE_AUTH) { - /* ### how/what to do?

Re: svn commit: r997026 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2010-11-10 Thread Hyrum K. Wright
On Wed, Nov 10, 2010 at 5:53 AM, Julian Foad julian.f...@wandisco.com wrote: C. Michael Pilato wrote: On 11/09/2010 03:00 PM, Stefan Sperling wrote: @@ -4046,7 +4050,16 @@ do_walk(walker_ctx_t *ctx, int depth)        /* authorize access to this resource, if applicable */        if

Re: svn commit: r997026 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2010-11-09 Thread Stefan Sperling
On Tue, Sep 14, 2010 at 06:08:59PM -, cmpil...@apache.org wrote: Author: cmpilato Date: Tue Sep 14 18:08:59 2010 New Revision: 997026 URL: http://svn.apache.org/viewvc?rev=997026view=rev Log: For issue #3709 (Inconsistency between svn list and svn checkout), teach the mod_dav_svn tree

Re: svn commit: r997026 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2010-11-09 Thread C. Michael Pilato
On 11/09/2010 03:00 PM, Stefan Sperling wrote: Hi Mike, I'm reviewing this for 1.6.14. I have two questions (see below). * subversion/mod_dav_svn/repos.c (do_walk): Replace a decade-old TODO about checking authorization on a directory's children with, you know, code that checks

RE: svn commit: r997026 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2010-09-15 Thread Bert Huijben
-Original Message- From: cmpil...@apache.org [mailto:cmpil...@apache.org] Sent: dinsdag 14 september 2010 20:09 To: comm...@subversion.apache.org Subject: svn commit: r997026 - /subversion/trunk/subversion/mod_dav_svn/repos.c Author: cmpilato Date: Tue Sep 14 18:08:59 2010 New