Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN best practice - Deleting completed branches

Tags:

branch

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

like image 200
Stephen Dolier Avatar asked Aug 20 '10 05:08

Stephen Dolier


1 Answers

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.

like image 165
pavanlimo Avatar answered Nov 08 '22 08:11

pavanlimo