将SVN分支合并到主干
当我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
造成这种情况的原因有很多,但最主要的是合并信息。 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.