How do I output the difference between two specific revisions in Subversion?

allen213 picture allen213 · Jul 24, 2012 · Viewed 139.8k times · Source

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?

Answer

D'Arcy Rittich picture D'Arcy Rittich · Jul 24, 2012

See svn diff in the manual:

svn diff -r 8979:11390 http://svn.collab.net/repos/svn/trunk/fSupplierModel.php