Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在进行 Subversion 合并时经常会遇到冲突,例如:
svn merge -r10347:HEAD ^/branches/header-and-navbar
我知道--dry-run,我这样做是为了预览。
--dry-run
但是在真正运行它之后,如果我想为每个冲突选择“推迟”,那么很多文件可能需要很长时间。
如何提前告诉 Subversion 不要向我询问每个文件?
svn merge -h列出所有选项,而您要查找的选项是
svn merge -h
svn merge --accept postpone
或者
svn merge --accept p