Class VC_Diff_svn

Description

VC_svn diff class.

Copyright Anil Madhavapeddy, <anil@recoil.org>

Located in /VC/VC/svn.php (line 211)


	
			
Method Summary
 string|boolean get (VC_svn $rep, VC_File_svn $file, string $rev1, string $rev2, [string $type = 'context'], [integer $num = 3], [boolean $ws = true])
Methods
get (line 228)

Obtain the differences between two revisions of a file.

  • return: False on failure, or a string containing the diff on success.
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?

Documentation generated on Sun, 30 Jan 2011 05:22:28 +0000 by phpDocumentor 1.4.3