I'm using Subversion via the Linux command line interface.
I want to see the difference between revision 11390 and 8979 of a specific file called fSupplierModel.php
in my terminal. How can I do that?
See svn diff
in the manual:
svn diff -r 8979:11390 http://svn.collab.net/repos/svn/trunk/fSupplierModel.php