Version Control with Subversion - Examining History - Examining Local Changes
Examining Local Changes
As we've seen, invoking
svn diff
with
no switches will compare your working files to the cached
“pristine” copies in
the .svn area:
$ svn diff
Index: rules.txt
===================================================================
--- rules.txt (revision 3)
+++ rules.txt (working copy)
@@ -1,4 +1,5 @@
Be kind to others
Freedom = Responsibility
Everything in moderation
-Chew with your mouth open
+Chew with your mouth closed
+Listen when others are speaking
$
[an error occurred while processing this directive]
|