SVN to GitHub migration

后端 未结 1 916
孤独总比滥情好
孤独总比滥情好 2021-01-29 10:43

I have to migrate multiple directories from SVN trunk to one single GitHub repository. I\'m able to clone single directory at a time by using this command:

相关标签:
1条回答
  • 2021-01-29 11:10

    In the hard way officil svn to git migration you have to run a bunch of command to make the conversion, basically transforming trunk to master, svn revision's in commit's (git style) and svn tags (running git svn clone all tags are branches) to git tags.

    The easy way using this tool, beware of a bug if your svn repo is password protected.

    0 讨论(0)
提交回复
热议问题