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

Changes:

[gstein] A couple additional tweaks for running with in-database properties, and
scatter some more uses of USE_DB_PROPS around for that testing.

Note: the test suite passes using in-database props, except for two
upgrade tests which result from a lack of props-upgrading code. The
upgrade code is the last piece before we do a format bump.

* subversion/libsvn_wc/props.h:
  (USE_DB_PROPS): undef'd for now, but an experimental control flag for
    using in-database properties.

* subversion/libsvn_wc/props.c:
  (load_props): do not define when USE_DB_PROPS is defined
  (svn_wc__get_revert_props): swap blocks for how fetching revert props is
    done, based on USE_DB_PROPS (the logic was reversed).
  (svn_wc__working_props_committed, svn_wc__props_delete): no-op when
    USE_DB_PROPS is defined.
  (svn_wc__props_modified): use load_actual_props and load_pristine_props
    instead of variations of load_props. be wary of NULL pristines.

* subversion/libsvn_wc/adm_ops.c:
  (process_committed_leaf): don't worry about revert props when
    USE_DB_PROPS is defined.
  (svn_wc_add4): don't worry about cleaning nubbins when USE_DB_PROPS is
    defined.
  (svn_wc__internal_remove_from_revision_control): no need to delete props
    when USE_DB_PROPS is defined.

* subversion/libsvn_wc/workqueue.c:
  (run_revert): ignore the prop files when USE_DB_PROPS is defined
  (run_prepare_revert_files): no need to prepare revert prop files when
    USE_DB_PROPS is defined.
  (run_delete): no need to delete prop files when USE_DB_PROPS
  (svn_wc__wq_build_write_old_props): return NULL for the work item when
    USE_DB_PROPS is defined... just skip the work.

------------------------------------------
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/props.h
U         subversion/libsvn_wc/adm_ops.c
U         subversion/libsvn_wc/workqueue.c
At revision 944969
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson2423068292118180596.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