迁移SVN仓库到Git

Gamesun / 2023-05-31 / 原文

git svn clone http://???/svn/??? --authors-file=authors-transform.txt

cat authors-transform.txt
svn_username = git_username <git_username@user_mail.com>