/WebSVN/include/config.inc
75,7 → 75,7
//$config->addRepository('BlueGrey', 'file:///home/MLAB');
//$config->addRepository('Standard', 'file:///home/MLAB');
$config->addRepository('svnkaklik', 'file:///home/svnkaklik');
//
$config->addRepository('svnkaklik', 'file:///home/MLAB_E');//
// Remote repositories (without and with optional group):
//
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password');
105,7 → 105,7
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library");
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");
 
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "MLAB_E");
// 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.
// In the case of a tree view, you may choose whether the entire tree is open by default.