svn_log
PECL svn >= 0.1.0
svn_log - Returns the commit log messages of a repository URL
Code Examples
Example #1 svn_log example
Result: Array
(
[0] => Array
(
[rev] => 23
[author] => 'joe'
[msg] => 'Add cheese and salami to our sandwich.'
[date] => '2007-04-06T16:00:27-04:00'
[paths] => Array
(
[0] => Array
(
[action] => 'M'
[path] => '/sandwich.txt'
)
)
)
)