简体   繁体   中英

How can I preemptively postpone svn merge conflicts?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM