svn_blame
PECL svn >= 0.3.0
svn_blame - Get the SVN blame for a file
Code Examples
Example #1 svn_blame example
Result: Array
(
[0] = Array
(
[rev] = 1
[line_no] = 1
[line] = Hello World
[author] = joesmith
[date] = 2007-07-02T05:51:26.628396Z
)
[1] = Array
...