So, I successfully figured out how to make simple diff and 3-D merge with disruptive command line support and Beyond Compare 3 using Windows 7. Thanks, stackoverflow.
However, I often have many files that I change between commits, that is, an html file, a css file and a javascript file, all associated with the same error correction. When I use the built-in svn diff, I can just type "svn di" and it will show me a list of all the differences in all the files. Is there a way to activate this type of function with Beyond Compare 3?
At that moment, when I type "svn di", it will send the first file to Beyond Compare, and when I finish viewing the changes, I will close the window other than the comparison and the diff will end. I will not be able to distinguish other files without entering each name manually. (And sometimes I can’t remember all the ones that I changed ... basically, it gets very dirty.)
Is it possible? If so, how?
Thank.
source
share