Can I turn off automatic merging in Subversion?

后端 未结 5 940
不思量自难忘°
不思量自难忘° 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:12

    The best way around this is to educate the developers. After you do an update in TortoiseSVN it shows you a list of affected files. Simply double clicking each file will give you the diff between them. Then you'll be able to see what changed between your version and the latest repository version.

提交回复
热议问题