This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |