/WebSVN/include/config.inc
71,8 → 71,9
// $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('TEST1', 'file:///home/MLAB');
$config->addRepository('TEST2', 'file:///home/MLAB');
//$config->addRepository('BlueGrey', 'file:///home/MLAB');
//$config->addRepository('Standard', 'file:///home/MLAB');
$config->addRepository('svnkaklik', 'file:///home/svnkaklik');
//
// Remote repositories (without and with optional group):
//
100,8 → 101,8
 
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "TEST1");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "TEST2");
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");
 
// The index page containing the projects may either be displayed as a flat view (the default),
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view.