/WebSVN/include/config.inc
71,6 → 71,7
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)');
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group');
$config->addRepository('MLAB', 'file:///home/MLAB');
$config->addRepository('library', 'file:///home/library');
//$config->addRepository('BlueGrey', 'file:///home/MLAB');
//$config->addRepository('Standard', 'file:///home/MLAB');
$config->addRepository('svnkaklik', 'file:///home/svnkaklik');
101,6 → 102,7
 
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library");
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");