svn - Is it wise to merge changes from head to branch? -


we decided make branch feature dont affect head, question idea keep merging changes trunc in our branch? meake reintegrate easier @ end?

"good idea" weak, it's must. longer life of branch more important such merges are.

according svn recommendations, @ least 1 merge trunk branch should happen right before reintegration. in case reintegration automatic, because you've resolved problems in branch.

for short-lived branches single merge @ end may sufficient, if many things happen on trunk, makes sense synchronize more frequently.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -