New SOAP method
Example:
/**
* Returns the content of a directory in Subversion with last entry log details according to user permissions
*
* @param String $sessionKey Session key of the desired project admin
* @param Integer $group_id ID of the project the subversion repository belongs to
* @param String $path Path to the directory to list (eg. '/tags')
* @param Boolean $order_by_date_desc
*
* @return ArrayOfString The list of directories with the last log entry and the date order by date desc or asc
*/
function getSvnPathWithLogDetails($sessionKey, $group_id, $path, $order_by_date_desc);
See
http://shunt.cro.enalean.com/soap/svn/wsdl-viewer#op.id1168062674843