Merging vcproj files - SCM's hell

前端 未结 8 1599
长发绾君心
长发绾君心 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:24

    I created a tool to compare and merge solution file (http://slntools.codeplex.com). It's a lot easier to merge a solution with the tool compared to a 'generic merger'. It cannot handle project files thought.

提交回复
热议问题