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 + + + + + + +