Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.14.0
-
None
-
None
Description
Both svnadmin verify and the newly-added svnadmin build-repcache have functionality that takes a revision root and recursively does something to all nodes under that root that are in the same revision as the root. That logic is in tree.c:verify_node() and fs_fs.c:reindex_node().
Abstract this pattern into a generic walker with a callback function.