Stefan Fuhrmann <stefan.fuhrm...@wandisco.com> writes: > Because most of the infrastructure for dump-revprops and load-revprops is > already in place, I'll give it a go and commit a straightforward > implementation.
As of r1698382, I am seeing a segmentation fault every time I try to use svnadmin load-revprops with an existing dump: 0000000000000000() svnadmin.exe!svn_repos_parse_dumpstream3() Line 501 svnadmin.exe!svn_repos_load_fs_revprops() Line 1485 svnadmin.exe!subcommand_load_revprops() Line 1562 svnadmin.exe!sub_main() Line 2959 svnadmin.exe!main() Line 2992 ... Perhaps the infrastructure isn't exactly ready to be used with null vtable entries like svn_repos_parse_fns3_t.new_node_record? I committed the failing test for this behavior in r1700035. Regards, Evgeny Kotkov