/WebSVN/include/config.inc
72,10 → 72,9
// $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');
$config->addRepository('MLAB_E', 'file:///home/MLAB_E');//
$config->addRepository('MLAB_E', 'file:///home/MLAB_E');
$config->addRepository('8magsvn', 'file:///home/8magsvn');
// Remote repositories (without and with optional group):
//
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password');
103,7 → 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/BlueGrey/", "8magsvn");
$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),