Author: danielsh
Revision: 1898847
Modified property: svn:log
Modified: svn:log at Wed Mar 16 00:43:27 2022
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Mar 16 00:43:27 2022
@@ -1,7 +1,5 @@
Factor out restore-missing-file code in the WC update code.
-No functional change.
-
There is one minor change. The order of checking disk-kind first followed by
db-kind, in deciding whether to restore the top level node in
svn_wc_crawl_revisions5(), is now reversed, becoming consistent with the
@@ -9,6 +7,8 @@ order it uses in checking every other no
report_revisions_and_depths() (which is disk-kind then db-kind). This could
in principle make a difference to timings and failure modes.
+Other than that, no functional change.
+
* subversion/libsvn_wc/adm_crawler.c
(svn_wc_restore): Move after 'restore_node' and use 'restore_node' rather
than duplicating that logic.