First page Back Continue Last page Overview Graphics
svn diff (1/3)
In the course of editing, it is quite likely that you make so many changes to a file that, come time to commit, you have no idea how the file that you want to commit differs from the latest version in the repository
svn diff to the rescue!
Standard usage:
svn diff <filename>
Output is a good old unified diff
Running svn diff with no arguments is like running diff -ru
Notes: