in['repos'], $input->in['rev']); // ################################################################### $props = $revision->getPropsForPath($input->in['path']); $show['props'] = (sizeof($props) > 0); $proplist = FormatPropList($props); // ################################################################### // $revinfo['message_clean'] = SVNCommon::format_log_message($revinfo['message']); // $revinfo['date'] = SVNCommon::format_date_string($revinfo['dateline']); $listing = BSXml::Parse($lib->run('ls --xml -r' . $revision->revision . ' ' . $lib->arg($repos->fetchPath($input->in['repos']) . $input->in['path']), true)); BSXml::UnifyNode($listing['lists']['list']['entry']); $nodes = ''; foreach ($listing['lists']['list']['entry'] AS $item) { $isDir = ($item['kind'] == 'dir'); $item = $item['name']['value']; eval('$nodes .= "' . $template->fetch('browse_node') . '";'); } // ################################################################### eval('$template->flush("' . $template->fetch('browse') . '");'); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>