svn - Subversion branch reintegration -


when branch reintegrated trunk, branch dead?

can make modifications branch after reintegration , merge trunk @ later date?

you can technically, branch not dead nor disabled, not recommended merge branch trunk after reintegration.

you can find full discussion reason that, here: subversion merge reintegrate

basically, says, possible merge changes again trunk, since reintegration forces merge trunk branch prior reintegrate operation you'll facing reflective/cyclic merge problematic in subversion 1.5.
according article, recommended delete reintegrated branch after reintegration , create new 1 same (or different) name instead.

this known subversion behavior addressed in future version (probably in 1.6)



Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -