svn_blame()
svn_blame - Get the SVN blame for a file
Syntax
array svn_blame (
string $repository_url,
int $revision_no)
Arguments
- repository_url - The repository URL.
- revision_no - The revision number.
Description
Get the SVN blame of a file from a repository URL.
Version
PHP PECL svn >= 0.3.0
Return value
An array of SVN blame information separated by line which includes the revision number, line number, line of code, author, and date.