From 30a40cbe2f3c61cc36c34d12118f452b5df094ba Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 15 Nov 2008 23:48:42 +0000 Subject: [PATCH] initial commit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269080 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/svn/functions/svn-blame.xml | 123 ++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 reference/svn/functions/svn-blame.xml diff --git a/reference/svn/functions/svn-blame.xml b/reference/svn/functions/svn-blame.xml new file mode 100644 index 0000000000..320e805432 --- /dev/null +++ b/reference/svn/functions/svn-blame.xml @@ -0,0 +1,123 @@ + + + + + + svn_blame + Get the SVN blame for a file + + + + &reftitle.description; + + arraysvn_blame + stringrepository_url + intrevision_no + + + Get the SVN blame of a file from a repository URL. + + + + + &reftitle.parameters; + + + + repository_url + + + The repository URL. + + + + + revision_no + + + The revision number. + + + + + + + + + &reftitle.returnvalues; + + An array of SVN blame information separated by line + which includes the revision number, line number, line of code, + author, and date. + + + + + &reftitle.examples; + + + <function>svn_blame</function> example + + +]]> + + &example.outputs.similar; + + + + + + + + + &reftitle.seealso; + + + svn_diff + svn_logs + svn_status + + + + + + +