Rev 365 Rev 428
Line 73... Line 73...
73 $config->addRepository('MLAB', 'file:///home/MLAB'); 73 $config->addRepository('MLAB', 'file:///home/MLAB');
74 $config->addRepository('library', 'file:///home/library'); 74 $config->addRepository('library', 'file:///home/library');
75 //$config->addRepository('BlueGrey', 'file:///home/MLAB'); 75 //$config->addRepository('BlueGrey', 'file:///home/MLAB');
76 //$config->addRepository('Standard', 'file:///home/MLAB'); 76 //$config->addRepository('Standard', 'file:///home/MLAB');
77 $config->addRepository('svnkaklik', 'file:///home/svnkaklik'); 77 $config->addRepository('svnkaklik', 'file:///home/svnkaklik');
78 // -  
-   78 $config->addRepository('svnkaklik', 'file:///home/MLAB_E');//
79 // Remote repositories (without and with optional group): 79 // Remote repositories (without and with optional group):
80 // 80 //
81 // $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password'); 81 // $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password');
82 // $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password'); 82 // $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password');
83 // 83 //
Line 103... Line 103...
103 // $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep 103 // $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep
104 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); 104 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
105 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); 105 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library");
106 //$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey"); 106 //$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey");
107 $config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); 107 $config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");
108   -  
-   108 $config->setTemplatePath("$locwebsvnreal/templates/Standard/", "MLAB_E");
109 // The index page containing the projects may either be displayed as a flat view (the default), 109 // The index page containing the projects may either be displayed as a flat view (the default),
110 // where grouped repositories are displayed as "GroupName.RepName" or as a tree view. 110 // where grouped repositories are displayed as "GroupName.RepName" or as a tree view.
111 // In the case of a tree view, you may choose whether the entire tree is open by default. 111 // In the case of a tree view, you may choose whether the entire tree is open by default.
112   112  
113 // $config->useTreeIndex(false); // Tree index, closed by default 113 // $config->useTreeIndex(false); // Tree index, closed by default