svn - Subversion reintegrate branch conflicts -


i'm using svn version control , have following question:

  • let's develop in feature branch , upstream changes trunk (by merging them , resolving conflicts). now, @ moment made last upstream merge trunk , resolved conflicts. and, example, right after merge somehow manage "freeze" trunk - commits trunk being rejected , remains in same state.

  • does guarantee absence of conflicts when perform merge --reintegrate feature branch? or missing other conditions , actions, might possibly lead them?

how plan freeze trunk?

if freeze trunk first, , merge trunk branch, guaranteed no 1 has touched trunk since last merge.

you shouldn't have merge conflicts if:

  • you don't cherry pick merges since merge conflicts should have been handled when merged branch trunk -- that's if didn't cherry picking of merges.
  • you did merging same root directory.

however, possible strange edge case might not true. i've tried 2 feature branches see if force reintegrate conflict, couldn't.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -