Line 69... |
Line 69... |
69 |
// Local repositories (without and with optional group): |
69 |
// Local repositories (without and with optional group): |
70 |
// |
70 |
// |
71 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)'); |
71 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)'); |
72 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group'); |
72 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group'); |
73 |
$config->addRepository('MLAB', 'file:///home/MLAB'); |
73 |
$config->addRepository('MLAB', 'file:///home/MLAB'); |
- |
|
74 |
$config->addRepository('library', 'file:///home/library'); |
74 |
//$config->addRepository('BlueGrey', 'file:///home/MLAB'); |
75 |
//$config->addRepository('BlueGrey', 'file:///home/MLAB'); |
75 |
//$config->addRepository('Standard', 'file:///home/MLAB'); |
76 |
//$config->addRepository('Standard', 'file:///home/MLAB'); |
76 |
$config->addRepository('svnkaklik', 'file:///home/svnkaklik'); |
77 |
$config->addRepository('svnkaklik', 'file:///home/svnkaklik'); |
77 |
// |
78 |
// |
78 |
// Remote repositories (without and with optional group): |
79 |
// Remote repositories (without and with optional group): |
Line 99... |
Line 100... |
99 |
// You may also specify a per repository template file by uncommenting and changing the following |
100 |
// You may also specify a per repository template file by uncommenting and changing the following |
100 |
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group. |
101 |
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group. |
101 |
|
102 |
|
102 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
103 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
103 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
104 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
- |
|
105 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); |
104 |
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey"); |
106 |
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey"); |
105 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
107 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
106 |
|
108 |
|
107 |
// 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), |
108 |
// 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. |