git-svn:分支在 svn 存储库中重命名,我如何告诉 git-svn?
我正在使用 git-svn 来跟踪具有多个分支的 svn 存储库。我一直在使用的服务器分支之一已在 svn 存储库中重命名。 Git-svn 似乎不明白发生了什么。我如何告诉 git-svn 发生了什么?
I'm using git-svn to track an svn repository with several branches. One of the server branches I've been working with has been renamed in the svn repository. Git-svn doesn't seem to understand what's happened. How can I tell git-svn what happened?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能应该更新您的 .git/config 文件以使您的 svn url 指向正确的分支:
You should probably update your
.git/config
file to make your svn url points to a correct branch: