我什么时候可以删除 svn:mergeinfo 中的条目?

发布于 2024-11-14 16:23:20 字数 707 浏览 2 评论 0原文

我已经使用 TortoiseSVN 好几年了。

创建了几个分支,合并回主干,然后删除。

删除分支的示例:

https://SvnServer/svn/MyProject/branches/branch1 https://SvnServer/svn/MyProject/branches/branch2 https://SvnServer/svn/MyProject/branches/branch3

主干的 svn:mergeinfo ( https://SvnServer/svn/MyProject/trunk)仍然包含那些已删除分支的合并跟踪信息。

svn:mergeinfo 示例:

/branches/branch1:2106-2146
/branches/branch2:1983-2028
/分支/branch3:1698-1741

这些信息还有必要吗?我可以从 svn:mergeinfo 属性中删除它们吗?

I've used TortoiseSVN for several years.

Several branches were created, merged back to trunk, and then deleted.

Example of deleted branches:

https://SvnServer/svn/MyProject/branches/branch1
https://SvnServer/svn/MyProject/branches/branch2
https://SvnServer/svn/MyProject/branches/branch3

The svn:mergeinfo of the trunk (https://SvnServer/svn/MyProject/trunk) still contains those merge tracking info for those deleted branches.

Example of svn:mergeinfo:

/branches/branch1:2106-2146
/branches/branch2:1983-2028
/branches/branch3:1698-1741

Are these info still necessary? Can I remove them from svn:mergeinfo property?

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

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

发布评论

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

评论(1

分开我的手 2024-11-21 16:23:20

他们有问题吗?我会把它们留下,我们的后备箱里有很多很多。
您永远不知道是否需要查看分支的哪些修订版本已合并到主干中。
此外,仍然可以使用存储库浏览器查看分支,只需在删除之前选择修订版本即可。

Are they a problem? I would Just leave them, we have loads and loads of them on our Trunk.
You never know if you may need to see which revisions of a branch were merged into the trunk.
Also, the braches can still be viewed using the Repo Browser and just picking the revision before they were deleted.

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