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

Changes:

[gstein] Make svn_wc__install_props() private.

* subversion/libsvn_wc/props.h:
  (svn_wc__install_props): removed declaration

* subversion/libsvn_wc/props.c:
  (svn_wc__install_props): renamed to ...
  (queue_install_props): ... this. noting that it queues, unlike the
    immediate_install_props function.
  (svn_wc_merge_props3): track rename

[gstein] Rewrite accumulate_last_change() to only deal with last-change info, 
and
most a scan for lock changes to the one place which needs it. Also, return
each of the CHANGED_* values directly, rather than via a structure.

* subversion/libsvn_wc/update_editor.c:
  (struct last_change_info): removed
  (accumulate_last_change): revamp params and docstring. strip out all
    lock state scanning. initialize the OUT values and set them if/when
    they are found in the entry props.
  (close_directory): adjust params to accumulate_last_change. tweak the
    testing for whether to use old/new values.
  (close_file): adjust params to accumulate_last_change. put a scan for
    lock state here. pass the NEW_CHANGED_* params to base_add_file()
  (svn_wc_add_repos_file4): adjust params to accumulate_last_change and
    simplify the call to op_copy_file().

------------------------------------------
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/update_editor.c
At revision 942942
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson3474596346396494709.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