See
<http://hudson.zones.apache.org/hudson/job/subversion-trunk-solaris/935/changes>
Changes:
[gstein] * subversion/libsvn_wc/wc_db.c:
(svn_wc__db_upgrade_apply_props): drop some notes about where this
function will be going
[gstein] Perform an iteration on the props upgrade code. wc_db will sort out
where/how to drop the properties... the upgrade code simply needs to read
the properties from the old-style prop files. Factor out the code that
migrates a node's props because we will have a couple different ways to
find all the children.
* subversion/libsvn_wc/upgrade.c:
(wipe_obsolete_files): prepare some code for wiping out the property
data. this cannot be done now since we aren't actually migrating that
data. leave a big warning to that effect :-P
(migrate_node_props): new function to migrate the props for a single
node. this gathers up all the props and passes them into wc_db.
(migrate_props): gutted. the bulk goes into migrate_node_props and the
future svn_wc__db_upgrade_apply_props, with a little bit over to
wipe_obsolete_files.
* subversion/libsvn_wc/wc_db.h:
* subversion/libsvn_wc/wc_db.c:
(svn_wc__db_upgrade_apply_props): new stub function to apply a set of
properties to a given node, during the upgrade process.
------------------------------------------
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/wc_db.c
U subversion/libsvn_wc/wc_db.h
U subversion/libsvn_wc/upgrade.c
At revision 944979
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson3839598712922754487.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