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

Changes:

[gstein] Begin aggregating all work items into a single set, rather than 
performing
multiple db_wq_add calls.

* subversion/libsvn_wc/update_editor.c:
  (merge_file): return a set of work items via a new WORK_ITEMS parameter,
    rather than queuing them within this function. we can't do this
    entirely yet, but this starts the framework. initialize the OUT param,
    and then continue to merge new work items into it. variable naming has
    potential for mixup (WORK_ITEM vs WORK_ITEMS), but is safe because of
    the different levels of indirection.
  (close_file): create ALL_WORK_ITEMS localvar for queueing up all work
    into one set. WORK_ITEM localvar will be for work returned from lower
    functions. begin the process of merging new work onto ALL_WORK_ITEMS
    and pass that around as appropriate, rather than individual calls to
    db_wq_add.

[gstein] Allow NULL value for WORK_ITEM parameter of svn_wc__db_wq_add(). This
should simplify some callers.

* subversion/libsvn_wc/wc_db.c:
  (svn_wc__db_wq_add): don't assert on a NULL param; just exit.

------------------------------------------
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/update_editor.c
U         subversion/libsvn_wc/wc_db.c
At revision 942626
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson5381261374359178991.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