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

Changes:

[philip] More svn_wc_entry_t removal.  This changes the commit notification in
some cases, but the new notification seems more consistent with the
changes made in the repository.

* subversion/libsvn_client/commit_util.c
  (harvest_committables): Use wc-ng calls instead of entry->revision.

* subversion/tests/cmdline/merge_tests.py
  (merge_dir_and_file_replace): Tweak expected commit output, do some
   extra post-commit verification.

[julianfoad] Replace a use of svn_wc_entry_t with a new WC-NG function.  This 
fixes an
as-yet-unnoticed bug whereby the checksum of a file 'foo' that is copied
over an existing file 'bar' was written into both the WORKING_NODE (correct)
and the BASE_NODE.  The BASE_NODE checksum should be left unchanged, and now
is.

* subversion/libsvn_wc/update_editor.c
  (svn_wc_add_repos_file4): Use svn_wc__db_temp_op_set_working_checksum()
    instead of svn_wc__loggy_entry_modify().

* subversion/libsvn_wc/wc_db.h,
  subversion/libsvn_wc/wc_db.c
  (svn_wc__db_temp_op_set_working_checksum): New function.

* subversion/libsvn_wc/wc-queries.sql
  (STMT_UPDATE_WORKING_CHECKSUM): New query.

------------------------------------------
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-queries.sql
U         subversion/libsvn_wc/wc_db.c
U         subversion/libsvn_wc/wc_db.h
U         subversion/libsvn_client/commit_util.c
U         subversion/tests/cmdline/merge_tests.py
At revision 942802
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson6526602511420792143.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