问题
If I want to create a patch file of a directory with svn, all I need to do is right click on the directory, click tortoiseSVN, then click create patch, and I have a nice patch file of the differences between the latest version of the code on svn and the code on my machine.
Is there a way to build a diff file buried within VSS or is it just another part of VSS that does not work?
回答1:
With VSS, you can right-click on a project, click Show Difference. In the Project Difference dialog box, you can click Report icon to get a text file with the diff result. Not sure if that is what you need.
来源:https://stackoverflow.com/questions/19694331/how-do-i-create-a-diff-file-with-visual-source-safe