我是否可以使用svn2git仅迁移主干并维护历史记录?如果是,我该如何处理它。我尝试过这样的东西:
svn2git repoPath/trunk --authors authors.txt我还需要一些额外的帕玛斯吗?在循环通过某些修订后,它会抛出错误:
command failed:
git checkout -f master发布于 2018-05-31 01:01:29
有很多操作系统工具自称为'svn2git',甚至git也有一个实用工具来这么做。
但是如果您使用的是这个svn2git
3.svn存储库不是标准布局,并且在存储库的根级别上只有一个主干。
svn2git http://svn.example.com/path/to/repo --trunk trunk --nobranches --notags
https://stackoverflow.com/questions/50596679
复制相似问题