=SVN commands=
To compare *Compare changes from one revision to another, you may use:
::<pre>svn diff --revision 1:4 helloworld.cpp</pre>
::This example allows us to see what's changed between the first and fourth revision of the helloworld.cpp file:.