Is it safe to use a subversion feature branch after reintegrate-merged to trunk?

后端 未结 5 615
孤街浪徒
孤街浪徒 2020-12-25 14:13

Must a feature branch be deleted after it\'s merged (reintegrated) back to trunk?

I prefer to constantly merge changes back and forth from my feature branch - I beli

5条回答
  •  爱一瞬间的悲伤
    2020-12-25 15:14

    Subversion 1.8 allows you to merge repeatedly back and forth between two branches, whereas versions 1.7 and earlier did not. Read the release note here: http://subversion.apache.org/docs/release-notes/1.8.html#auto-reintegrate.

提交回复
热议问题