Skip to content

Instantly share code, notes, and snippets.

View embedcat's full-sized avatar

ilya kireev embedcat

View GitHub Profile
@embedcat
embedcat / gist:8692f775f20fec787c6286998149a593
Created May 25, 2022 07:33
Git to SVN migration with SubGit
subgit configure <svn_repo_name>
git clone --mirror <git_url> <svn_repo_name>/.git
# change <svn_repo_name>/conf/authors.txt and <svn_repo_name>/subgit/config if needed
subgit install <svn_repo_name> # syncronize
subgit uninstall <svn_repo_name> # not syncronize anymore