SVN best practice - Deleting completed branches

断了今生、忘了曾经 提交于 2019-12-23 09:48:38

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/3528464/svn-best-practice-deleting-completed-branches

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!