diff --git a/reference/svn/functions/svn-log.xml b/reference/svn/functions/svn-log.xml index c38505680a..52fc8eb6a2 100644 --- a/reference/svn/functions/svn-log.xml +++ b/reference/svn/functions/svn-log.xml @@ -1,5 +1,5 @@ - + svn_log @@ -235,47 +235,6 @@ Array - - - Simulating <userinput>--limit</userinput> with <userinput>svn</userinput> and <function>svn_log</function> - - This sample function simulates the --limit switch - by using the SVN executable to return a list of revisions, which - are then losslessly accessed using svn_log. - - - - This function will perform a total of limit + 1 - requests: the first request to pull the required revisions, and - each one after to retrieve the log item for that request. - - - - -]]> - - -