The GitHub Actions job "Build and Test Subversion using autoconf build system" on subversion.git has failed. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: 16063fe3af2a1734e2ad71577f46ad74074e6497 / Timofei Zhakov <rin...@apache.org> On the 'apply-processor' branch: Store the path in the added_abspaths on its addition only if its we are also adding its parent. * subversion/libsvn_client/client.h (svn_client__apply_processor_callbacks_t::updated_path): Add parent_added argument to the method. * subversion/libsvn_client/merge.c (apply_processor_updated_path): Update implementation to match with the argument addition. (apply_processor_updated_path:svn_wc_notify_update_add): Store the path in the added_abspaths on its addition only if its we are also adding its parent. * subversion/libsvn_client/merge_processor.c (record_update_add, record_update_update): Add parent_added, to pass it to the cb_table->updated_path() callback then. (record_update_delete): Always call cb_table->updated_path with parent_added=FALSE, since parent of the deleted node cannot be added. (merge_file_changed, merge_file_added, merge_dir_opened, merge_dir_changed, merge_dir_added): Calculate what to pass to the parent_added argument based on the parent baton. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/apply-processor@1922200 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/12075829254 With regards, GitHub Actions via GitBox