I want to use beyond compare to compare the difference between two version of the .doc file under SVN and save the result in a text file. SO far seeing all the guides I was able to successfully integrate BC with "diffViewer" tweaking the externals adding the path and files to compare. But I am unable to replicate the same in command prompt.
For example: svn diff -c 4 test.txt >>log.txt this gives the difference between the current version and 4th version and stores the difference in log.txt. Is it possible to do same with .doc files?
https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html#tsvn-automation-basics
Read this link above but again running the modified command : TortoiseProc.exe /command:diff /startrev:4 /endrev:6 /path:"C:\svnroot\test2\trunk\Files\log.docx" opens beyond compare or anyother program specified in the diffViewer.