svn_blame
PECL svn >= 0.3.0
svn_blame - Get the SVN blame for a file
Manual
svn_blame(
string$repository_url,
[int$revision_no = SVN_REVISION_HEAD] ): array
Get the SVN blame of a file from a repository URL.
Parameters
- repository_url
-
The repository URL.
- revision_no
-
The revision number.
Return Values
An array of SVN blame information separated by line which includes the revision number, line number, line of code, author, and date.