"Justin Erenkrantz" <justin_at_erenkrantz.com> writes:
> On Mon, Jun 2, 2008 at 8:19 PM, Karl Fogel <kfogel_at_red-bean.com> wrote:
>>  libsvn_client/commit.c:svn_client_commit4()
>>    ==> libsvn_client/commit_util.c:svn_client__do_commit()
>>      ==> libsvn_delta/path_driver.c:svn_delta_path_driver()
>>        ==> libsvn_client/commit_util.c:do_item_commit()
>>          ==> libsvn_ra_neon/commit.c:commit_open_file()
>>            ==> libsvn_ra_neon/commit.c:add_child()
>>              ==> libsvn_ra_neon/commit.c:get_version_url()
>>                ==> libsvn_client/ra.c:get_wc_prop()
>
> Does ra_serf suffer the same bug?  I have a hunch it would, but maybe
> not...  -- justin
Possibly; I didn't have time to test serf (sorry).  Note that it's not
really a bug in ra_neon either -- the problem was in how the ra layer
was driven: we filtered out some calls and not others, when it should
have been all or nothing.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-03 16:27:50 CEST