Integrating SVN with Notepad++?

后端 未结 5 1612
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 02:40

The version control in our office is nearly nonexistent, which has obviously led to lots of headaches. We\'d like to set something up with SVN and Notepad++... Anyone have a

5条回答
  •  难免孤独
    2021-01-05 02:44

    You can open a diff file in Notepad++ and it will display the colours as desired. Simply save the diff output with extension .diff

    e.g. svn diff -c 37190 > changes.diff

提交回复
热议问题