See 
<http://hudson.zones.apache.org/hudson/job/subversion-trunk-solaris/897/changes>

Changes:

[gstein] Remove const from the return work items. They're allocated in the
RESULT_POOL, and avalable for callers to mess around with. In particular,
we want non-const in order to link work items together.

* subversion/libsvn_wc/workqueue.h:
  (svn_wc__wq_build_file_install, svn_wc__wq_build_file_remove,
      svn_wc__wq_build_sync_file_flags, svn_wc__wq_build_prej_install,
      svn_wc__wq_build_write_old_props): remove const from WORK_ITEM

* subversion/libsvn_wc/workqueue.c:
  (svn_wc__wq_build_file_install, svn_wc__wq_build_file_remove,
      svn_wc__wq_build_sync_file_flags, svn_wc__wq_build_prej_install,
      svn_wc__wq_build_write_old_props): remove const from WORK_ITEM
    parameter, and directly build the work item into the parameter.

* subversion/libsvn_wc/adm_crawler.c:
  (restore_file): remove const from WORK_ITEM

* subversion/libsvn_wc/adm_ops.c:
  (process_committed_leaf): remove const from WORK_ITEM

* subversion/libsvn_wc/merge.c:
  (eval_conflict_func_result, merge_text_file, merge_binary_file,
      svn_wc__internal_merge): remove const from WORK_ITEM

* subversion/libsvn_wc/props.c:
  (svn_wc__install_props, immediate_install_props, svn_wc__merge_props):
    remove const from WORK_ITEM

* subversion/libsvn_wc/update_editor.c:
  (build_write_base_props, build_write_actual_props): remove const from
    the WORK_ITEM param
  (close_directory, merge_file, close_file, svn_wc_add_repos_file4):
    remove const from work item variables.

------------------------------------------
Started by an SCM change
Building remotely on lucene.zones.apache.org (Solaris 10)
Updating https://svn.apache.org/repos/asf/subversion/trunk
U         subversion/libsvn_wc/props.c
U         subversion/libsvn_wc/adm_ops.c
U         subversion/libsvn_wc/update_editor.c
U         subversion/libsvn_wc/merge.c
U         subversion/libsvn_wc/adm_crawler.c
U         subversion/libsvn_wc/workqueue.c
U         subversion/libsvn_wc/workqueue.h
At revision 942487
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson1311600897888126979.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

Reply via email to