Bazaar merge questions

眉间皱痕 提交于 2019-12-20 04:24:13

问题


  1. Is it possible to merge only specific files and just copy the unselected files? I.E. i want to resolve conflict in all files except *.hex *.s19 and *.out. in those files i want to take the .THIS file always (for example)

  2. How i configure bazaar merge to be external and the builtin tool? i want to use the bcompare as my merge tool and not just as 4-way diff to resolve conflicts

  3. i'm using beyond comapre software for resolving conflicts after merge. Today i simply run the bcompare.exe and then press launch in the resolve conflicts menu. can i run it with any parameters that i want? (i.E choose the center file as the . BASE file and configure the outut file name as the merged file)

thanks from advance Gil Idelson


回答1:


I wonder if it perhaps make sense to file three different questions.

I'm not sure about 2) and 3) but for 1:

A partial merge is not possible. You should be able to do the merge anyway and then just use

bzr resolve --take-this **/*.hex **/*.s19 **/*.out

to take the local versions of those files.



来源:https://stackoverflow.com/questions/7317099/bazaar-merge-questions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!