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

Changes:

[gstein] db_op_set_props can (now) commit our work items for us. Simplify a bit 
of
code in the props handling.

* subversion/libsvn_wc/props.c:
  (immediate_install_props): no need to queue the work item manually...
    let op_set_props do it. run the queue *after* the operation.

[gstein] Enable db_op_set_props() to record a conflict and (transactionally) 
queue
work items.

* subversion/libsvn_wc/wc_db.h:
  (svn_wc__db_op_set_props): accept CONFLICT and WORK_ITEMS params

* subversion/libsvn_wc/wc_db.c:
  (struct set_props_baton): record CONFLICT and WORK_ITEMS values
  (set_props_txn): note that we cannot handle a conflict yet. queue any
    provided work items.
  (svn_wc__db_op_set_props): accept CONFLICT and WORK_ITEMS params, then
    stash them into the baton.

* subversion/libsvn_wc/props.c:
  (immediate_install_props): pass NULL values for the new op_set_props
    parameters.

* subversion/libsvn_wc/upgrade.c:
  (migrate_props): pass NULL values for the new op_set_props parameters.

* subversion/libsvn_wc/workqueue.c:
  (run_revert, run_install_properties): pass NULL values for the new
    op_set_props parameters.

* subversion/tests/libsvn_wc/db-test.c:
  (validate_node): pass NULL values for the new op_set_props parameters.

------------------------------------------
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/wc_db.c
U         subversion/libsvn_wc/wc_db.h
U         subversion/libsvn_wc/upgrade.c
U         subversion/libsvn_wc/workqueue.c
U         subversion/tests/libsvn_wc/db-test.c
At revision 942323
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson9074369636424847282.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