svk describe — Describe a change
Given DEPOT is the root of
the depot containing TARGET or
the depot for the current working copy if
TARGET isn't specified. This
command is equivalent to running
svk log --revision REV DEPOT followed by
svk diff --revision REV-1:REV DEPOT
Show what exactly changed and why at revision 10 in the depot for the current working copy:
$ svk describe 10 integer.c
----------------------------------------------------------------------
r10: sally | 2005-07-20 21:46:51 -0700
Added defines.
----------------------------------------------------------------------
=== integer.c
==================================================================
--- integer.c (revision 9)
integer.c (revision 10)
@@ -1 1,4 @@
/* integer.c */
#define ZERO 0
#define ONE 1