Created
November 14, 2012 08:28
-
-
Save pietrom/4070988 to your computer and use it in GitHub Desktop.
Export SVN repository to git repository
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
git svn clone --authors-file=path/to/authors/file SVN_REPO_URL GIT_LOCAL_REPO [--tags=TAGS-ROOT] [--trunk=TRUNK-ROOT] --no-minimize-url [--username=SVN_USERNAME] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Authors file format:
svn_username = FirstName Surname <EMAIL_ADDRESS>
(no author) = No Author [<DEFAULT_EMAIL>]