SVN最佳实践-删除已完成的分支
完成/重新集成分支后,最佳做法是删除该分支,以便您的头分支文件夹仅显示当前分支吗?
如果是这样,什么时候删除重新整合的分支合适?次要版本发布后(这是我们标记的时间)。
干杯
Once you have finished/reintegrated a branch, is it best practice to delete the branch so your head branches folder only shows current branches?
If so, what would be a suitable time to delete reintegrated branches? After a minor release (which is when we tag).
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 this,建议重新集成后立即删除重新集成的分支,并创建一个新的分支,其中包含取而代之的是相同(或不同)的名称。
According to this, it is recommended to delete your reintegrated branch immediately after reintegration and create a new one with the same (or different) name instead.