如何查明分支是否已合并到主干中?
我正在尝试清理 svn 树。有一个主干目录和一个分支目录,其中包含一个名称为“main-branch”的文件夹。我想知道它是否已经合并到主干中。
我该怎么做? svn mergeinfo
可靠吗,因为它什么也没显示?
I'm trying to clear up an svn tree. There's a trunk directory and a branches directory, containing a folder with the hopeless name "main-branch". I want to find out if it was already merged into the trunk.
How can I do this?
Is svn mergeinfo
reliable, because it shows nothing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要使用 Subversion 的人是可靠的,Subversion 中的合并信息就是可靠的。这些是可能出错的地方:
请参阅mergeinfo 文档 ;有一些选项可以帮助您找到您想要查看的信息。最合理的设置是手动合并(由真人完成,而不是 Subversion),并且没有可用的合并信息。
The mergeinfo in Subversion is reliable, as long as the people working with Subversion are reliable. These are the things that could go wrong:
See the documentation to mergeinfo; there are some options how to find the information you want to see. The most reasonable setting is that the merge was done by hand (by a real person, not by Subversion), and that there is no mergeinfo available.