Hyrum K Wright <hy...@hyrumwright.org> writes: > The svn_wc__db_temp_reset_format() function is only used in the > upgrade process, but I'm not really sure its intent. Does anybody > familiar with the process know? (the upgrade tests all pass (or > appropriately xfail) with this patch.)
I think it's a relic of when we did an in-place 1.6-to-wcng upgrade: the pdh for a dir started out as 1.6 and had to mutate to 1.7. These days the upgrade happens in a separate tree, so no mutation needs to occur and the function is redundant. -- Philip