79534992

Date: 2025-03-25 22:30:50
Score: 1
Natty:
Report link

If you ever forget, add --dry-run. Subversion will tell you what will be merged without executing the merge.

$ svn merge -r1752:1765 [YOUR BRANCH] --dry-run
--- Merging r1753 through r1765 into '.':

In my case I'm reminded that the first revision doesn't start on 1752, it starts on 1753! If that isn't what I want, I can change it and when the results look right, I will remove --dry-run and run it again for the actual merge.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shogo Yahagi