git-svn:分支在 svn 存储库中重命名,我如何告诉 git-svn?

发布于 2024-12-02 08:13:35 字数 109 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬心 2024-12-09 08:13:35

您可能应该更新您的 .git/config 文件以使您的 svn url 指向正确的分支:

[svn-remote "svn"]
    url = https://my.repo/svn/MyProj/newbranch/

You should probably update your .git/config file to make your svn url points to a correct branch:

[svn-remote "svn"]
    url = https://my.repo/svn/MyProj/newbranch/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文