From 5831afa921a962123c414c044428f132b395f3c7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 4 Jul 2008 12:35:27 +0000 Subject: [PATCH] Remove example unnecessary due to limit parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262017 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/svn/functions/svn-log.xml | 43 +---------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) 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. - - - - -]]> - - -