See <http://hudson.zones.apache.org/hudson/job/subversion-trunk-solaris/922/changes>
Changes: [julianfoad] Remove the 'tmp' parameter of svn_wc__text_base_path(), obsoleted in r944218. * subversion/libsvn_wc/adm_files.h (svn_wc__text_base_path): Remove the 'tmp' parameter. * subversion/libsvn_wc/adm_files.c (svn_wc__text_base_path): Remove the 'tmp' parameter. (svn_wc__get_pristine_base_contents): Adjust calls. * subversion/libsvn_wc/adm_ops.c (svn_wc_get_pristine_copy_path, svn_wc__get_pristine_contents): Adjust calls. * subversion/libsvn_wc/diff.c (file_diff, report_wc_file_as_added, delete_entry, close_file): Adjust calls. * subversion/libsvn_wc/update_editor.c (get_pristine_base_path, svn_wc_add_repos_file4): Adjust calls. * subversion/libsvn_wc/workqueue.c (run_revert, verify_pristine_present, run_prepare_revert_files, log_do_committed, run_delete): Adjust calls. [julianfoad] Break out the svn_wc__text_base_path(tmp=TRUE) functionality into a separate function, named svn_wc__text_base_deterministic_tmp_path(). The two usages are logically distinct, and whereas something like this will have to remain for backward compatibility, the (tmp=FALSE) case will be completely replaced in the transition to WC-NG pristine storage. * subversion/libsvn_wc/adm_files.h, subversion/libsvn_wc/adm_files.c (svn_wc__text_base_deterministic_tmp_path): New function. * subversion/libsvn_wc/adm_crawler.c (svn_wc__internal_transmit_text_deltas): Use it. * subversion/libsvn_wc/adm_ops.c (process_committed_leaf): Use it. * notes/wc-ng/use-of-tmp-text-base-path Update accordingly. ------------------------------------------ Started by an SCM change Building remotely on lucene.zones.apache.org (Solaris 10) Updating https://svn.apache.org/repos/asf/subversion/trunk U notes/wc-ng/use-of-tmp-text-base-path U subversion/libsvn_wc/adm_ops.c U subversion/libsvn_wc/adm_files.c U subversion/libsvn_wc/update_editor.c U subversion/libsvn_wc/adm_files.h U subversion/libsvn_wc/diff.c U subversion/libsvn_wc/adm_crawler.c U subversion/libsvn_wc/workqueue.c At revision 944239 [subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson3606506343435410000.sh + cd subversion-trunk + PATH=/export/home/hudson/bin:/export/home/hudson/tools/java/latest/bin:/export/home/hudson/tools/ant/latest/bin:/export/home/hudson/tools/tomcat/latest/bin:/opt/subversion-current/bin:/usr/ucb:/usr/local/bin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/SUNWspro/bin:/usr/X/bin:/usr/ucb:/usr/sbin:/usr/ccs/bin:/usr/bin + export PATH + /usr/ccs/bin/make clean make: Fatal error: Don't know how to make target `clean' Recording test results
