What are the differences between merging a range of revisions vs. reintegrate in SVN?

前端 未结 3 956
野性不改
野性不改 2020-11-30 04:01

I have read some documentation and blogs about the difference between merge a range of revisions and reintegrate but I didn\'t get one thing.

What is a difference in

3条回答
  •  [愿得一人]
    2020-11-30 04:31

    --reintegrate should be the default; if there really is any reason you would want to do a sync merge any different than --reintegrat, they could simply supply a --sync instead. --reintegrate is what you would want almost all the time anyways, except in cases where you want to cherry pick. (This is just my 2 cents - I don't consider myself a merging expert, nor do I understand why their sync math would be different than their reintegrate math) -- when I merge, I almost always want and only want the changes in the source branch, which have not yet been merged into the target branch...

提交回复
热议问题