0

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.

Sridhar
  • 8,874
  • 4
  • 26
  • 37

1 Answers1

0

From Google and MSDN: Diff and Diff (file)

anjunatl
  • 1,027
  • 2
  • 11
  • 24