Merging vcproj files - SCM's hell

前端 未结 8 1593
长发绾君心
长发绾君心 2020-12-13 04:23

Merging project/solution files is a well-known disaster among developers/SCM admins performing merges in their source control.

Take, for example, a common scenario:

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 05:18

    Project: Merge is my tool for comparing and merging XML files. I originally wrote it because I was experiencing exactly this problem with Visual Studio project files.

    It correctly detects re-ordered elements and/or attributes within the XML file and will correctly resolve nearly all 'conflicts' automatically.

提交回复
热议问题