Git difftool
Posted: Wed Oct 14, 2015 11:25 am
git (source code control) has a command called difftool which invokes the difference tool of your choice to see the difference between 2 files.
(Instructions for setting it up are already on the PrestoSoft site, under "Version Control" in the left sidebar of the ExamDiff Pro page.)
Using that setup, I'm finding that some files work great and some don't open at all. I'm working on some JavaScript files created by Sencha Architect. Sencha creates *.js files from metadata text files it keeps, which have no real extension. Example:
... that file is used to generate a javascript file, like
If I issue the command on the git-command-line:
it opens ExamDiff Pro and displays a comparison of old and new files. But if I try to do this on the metadata file...
I get the response:
and ExamDiff Pro does NOT open. Is this a bug? Can you fix it? Does anyone know a workaround?
(Instructions for setting it up are already on the PrestoSoft site, under "Version Control" in the left sidebar of the ExamDiff Pro page.)
Using that setup, I'm finding that some files work great and some don't open at all. I'm working on some JavaScript files created by Sencha Architect. Sencha creates *.js files from metadata text files it keeps, which have no real extension. Example:
Code: Select all
myproject-client/metadata/view/analytics.ReportMain
Code: Select all
myproject-client/app/view/analytics/ReportMain.js
Code: Select all
git difftool -- myproject-client/app/view/analytics/ReportMain.js
Code: Select all
$ git difftool -- myproject-client/metadata/view/analytics.ReportMainController
Code: Select all
warning: LF will be replaced by CRLF in myproject-client/metadata/view/analytics.ReportMainController.
The file will have its original line endings in your working directory.