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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -