Friday, September 27, 2019

Migrate SVN to GIT

Reference: https://www.atlassian.com/git/tutorials/svn-to-git-prepping-your-team-migration

java -jar ../svn-migration-scripts.jar authors http://svn.goweekend.ca/ithelpdesk/  > authors.txt

git svn clone --stdlayout --authors-file=/svn/svn2git/migration/authors.txt http://svn.goweekend.ca/myrepo/ myrepo

No comments:

Post a Comment