[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r27396 - in trunk/subversion: libsvn_ra_neon tests/cmdline

From: Eric Gillespie <epg_at_google.com>
Date: 2007-10-26 00:09:35 CEST

Eric Gillespie <epg@google.com> writes:

> In reviewing my resource URL log for this message, it now occurs
> to me that I can probably come up with a test case for
> authz_tests that will highlight the problem. What if I change
> authz_open_directory to try to commit a change to both A/B/lambda
> and A/B/E/mu? Wouldn't that cause it to do this:
>
> open_root A
> open_directory A/B
> open_directory A/B/E
> open_file A/B/E/mu
>
> and thus trigger the authz failure when it tries to open_dir A/B/E?

No, reading authz_open_directory more closely, it already would
be doing an open_directory on A/B; the only reason it isn't is
because A/B and A/B/E are at the same revision in the working
copy. So that's what I need to change.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 26 00:09:48 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.