Can I turn off automatic merging in Subversion?

后端 未结 5 882
不思量自难忘°
不思量自难忘° 2021-02-07 04:37

We\'re looking at moving from a check-out/edit/check-in style of version control system to Subversion, and during the evaluation we discovered that when you perform an Update ac

5条回答
  •  甜味超标
    2021-02-07 05:22

    This is why automated (unit) testing is a fundamental part of distributed software development. In the example you give, at least one unit test should fail on svn update and alert you to the error.

    Remember what Subversion is: a version control system, not a perfectly-working-code-merging-tool.

提交回复
热议问题