Patches 1-8: Now that vcs-svn delegates tracking the repository structure to fast-import, reorganise the code and drop the internal data structures and supporting code. Patch 9: One final optimisation jumps out after the clean up, apply it. .gitignore | 3 - Makefile | 13 +-- t/t0080-vcs-svn.sh | 117 --------------------- test-obj-pool.c | 116 --------------------- test-string-pool.c | 31 ------ test-treap.c | 70 ------------- vcs-svn/LICENSE | 3 - vcs-svn/fast_export.c | 64 ++++++------ vcs-svn/fast_export.h | 14 ++-- vcs-svn/obj_pool.h | 61 ----------- vcs-svn/repo_tree.c | 36 ++----- vcs-svn/repo_tree.h | 12 +-- vcs-svn/string_pool.c | 113 -------------------- vcs-svn/string_pool.h | 12 -- vcs-svn/string_pool.txt | 43 -------- vcs-svn/svndump.c | 260 ++++++++++++++++++++++++++--------------------- vcs-svn/trp.h | 237 ------------------------------------------ vcs-svn/trp.txt | 109 -------------------- 18 files changed, 197 insertions(+), 1117 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html