git-svn:用另一个分支替换主干分支
如何使用 git-svn 工具将 trunk 分支替换为 svn 存储库中的另一个分支?
How to replace the trunk branch with another in svn repository using git-svn tool?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是 git-svn 能做到的;虽然您可以在 git 端重命名分支,或者告诉 git 克隆的 master 跟踪主干以外的分支,但您需要使用 SVN 进行 SVn 分支重命名。
That's not something git-svn can do; while you can rename your branches on the git side, or tell your git clone's master to track a branch other than trunk, you'll need to use SVN to do the SVn branch rename.