Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.x
-
None
Description
The current implementation of svn_fs_paths_changed2() isn't streamy -- you give it a root, and it gives you a potentially massive hash back. For scalability reasons, we should consider developing a streamy version of that interface. BONUS: Ensure that callers of this function never get an svn_fs_path_change2_t item with an unknown node kind.