将SVN分支合并到主干

发布于 2024-09-07 05:06:54 字数 55 浏览 2 评论 0原文

当我使用 SVN 将分支合并回主干时,建议我从存储库的根目录合并。这是为什么呢? (修订编号?)

When I merge a branch back into the trunk using SVN I am advised to merge from the root of the repository. Why is this? (revision numbering?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

嘴硬脾气大 2024-09-14 05:06:54

造成这种情况的原因有很多,但最主要的是合并信息。 SVN 无法跟踪子树合并信息。如果您尝试,它会将垃圾放入文件夹属性中。

Mergeinfo 对于 svnblame 命令的正常工作非常重要。

如果您只想提交部分文件夹,可以在提交时执行此操作。

This is for many reasons, but the primary one is mergeinfo. SVN is unable to track subtree mergeinfo. If you try, it will put garbage into folder properties.

Mergeinfo is important for svn blame command to work correctly.

If you want to commit only parts of the folders, you can do that at the time of commit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文