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

Changes:

[gstein] Small changes necessary for running with in-db properties, primarily
focused on the fact that some nodes do not have pristine properties
defined for them (thus props==NULL).

* subversion/libsvn_wc/props.c:
  (USE_DB_PROPS): switch to in-db props when this is defined. NOT defined
    at this time. for experimental purposes, only.
  (load_pristine_props, load_actual_props): if USE_DB_PROPS is defined,
    then load the properties using the wc_db function.
  (svn_wc__get_revert_props): assert that REVERT_PROPS_P will always be
    provided, to simplify this logic. load BASE props when USE_DB_PROPS is
    defined. adjust the code in TEST_DB_PROPS (an easy case; may never be
    used tho).
  (immediate_install_props): the pristine properties might not be defined.
    when that happens, unconditionally set the ACTUAL props. otherwise,
    determine if they are different from the pristines, and clear the
    ACTUAL props if no changes exist.
  (svn_wc__internal_propdiff): if pristines are not defined for this node,
    then just assume an empty set, so that all ACTUAL props are see as
    property additions.

* subversion/libsvn_wc/wc_db.c:
  (svn_wc__db_read_props): if no pristines are defined, then we should
    usually define ACTUAL props as an empty set.

------------------------------------------
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
At revision 944946
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson25677456153201664.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