Skip to content

Commit b164ffc

Browse files
marcowsnewren
authored andcommitted
contrib: new tool to convert svn:externals to Git submodules
This is meant to be a post-processing step after SVN-to-Git conversion by SubGit (https://subgit.com/), which creates a ".gitsvnextmodules" file that we will use for svn:externals conversion. Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Elijah Newren <[email protected]>
1 parent 4a416be commit b164ffc

File tree

2 files changed

+588
-0
lines changed

2 files changed

+588
-0
lines changed

contrib/filter-repo-demos/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lint-history |Run some lint command on all non-binary files in history.
1616
clean-ignore |Delete files from history which match current gitignore rules.
1717
filter-lamely (or filter&#8209;branch&#8209;ish) |A nearly bug compatible re-implementation of filter-branch (the git testsuite passes using it instead of filter-branch), with some performance tricks to make it several times faster (though it's still glacially slow compared to filter-repo).
1818
bfg-ish |A re-implementation of most of BFG Repo Cleaner, with new features and bug fixes.
19+
convert-svnexternals |Insert Git submodules according to SVN externals.
1920

2021
## Purpose
2122

0 commit comments

Comments
 (0)