Obtain the differences between two revisions of a file.
string|boolean
get
(
VC_svn $rep,
VC_File_svn $file,
string $rev1,
string $rev2, [
string $type =
'context'], [
integer $num =
3], [
boolean $ws =
true])
-
VC_svn
$rep: A repository object.
-
VC_File_svn
$file: The desired file.
-
string
$rev1: Original revision number to compare from.
-
string
$rev2: New revision number to compare against.
-
string
$type: The type of diff (e.g. 'unified').
-
integer
$num: Number of lines to be used in context and unified diffs.
-
boolean
$ws: Show whitespace in the diff?