Search code examples
apachewebsvn

WebSVN listing all repositories. But Not showing files


Apache version : Apache/2.2.15 (Unix) Operating System : Fedora release 13 (Goddard)

While loading WebSVN, it shows all repositories configured in below file ,But It shows 'Rev 0' while Click on repository name,Please see the attached screen shot.

 /var/www/html/websvn/include/config.php

<?php
$config->parentPath("/repos");
$config->addRepository('landfill', 'file:///repos/proj/landfill','Projects');
$config->setTemplatePath("$locwebsvnreal/templates/calm/");
$config->setMinDownloadLevel(2);
set_time_limit(0);
$config->expandTabsBy(8);
?>

But It shows 'Rev 0' while Click on repository name


Solution

  • In Menu sytem>Administration>SElinuxManagement Disabled Selinux and now it working Fine!!

    enter image description here