I often encounter conflicts when doing a Subversion merge, for example:
svn merge -r10347:HEAD ^/branches/header-and-navbar
I know about --dry-run
, and I do that to get a preview.
But then after running it for real, if I want to choose "postpone" for each conflict, that can take a long time for a lot of files.
How can I tell Subversion ahead of time not to ask me for each file?
svn merge -h
lists all the options, and the one you're looking for is
svn merge --accept postpone
or
svn merge --accept p
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With