Subverting Difference
Subversion allows you to compare the differences between revisions of a given document with the command:
svn diff
Let’s begin with the simplest and most common use of this command. But first a bit of terminology. Each time a change is committed to the repository its revision number increments. Revision keywords can be used instead of revision […]