I am trying to get the list of changes made to a file in source safe through the command line? Is there a source safe command or tools to do this? For example, let's say I have a file named testing.vb. In that file, I changed only the following text from

Dim temp as String

to

Dim temp as Double

I am looking for a tool or a source safe command that would get this information. Please let me know.

link|improve this question

44% accept rate
feedback

1 Answer

From Google and MSDN: Diff and Diff (file)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.