Merging vcproj files - SCM's hell

前端 未结 8 1596
长发绾君心
长发绾君心 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 04:57

    You might want to consider associating your tool with a trigger within your SCM (like a re-commit hook for SVN), in order to enforce the re-ordering within those files.

    Then you would stand a chance to efficiently merging these elements together.

提交回复
热议问题