o: ActiveSupport::Cache::Entry :@compressedF:@value"| "v
| config.inc | ||
|---|---|---|
| 75 | 75 |
//$config->addRepository('BlueGrey', 'file:///home/MLAB');
|
| 76 | 76 |
//$config->addRepository('Standard', 'file:///home/MLAB');
|
| 77 | 77 |
$config->addRepository('svnkaklik', 'file:///home/svnkaklik');
|
| 78 |
// |
|
| 78 |
$config->addRepository('svnkaklik', 'file:///home/MLAB_E');//
|
|
| 79 | 79 |
// Remote repositories (without and with optional group): |
| 80 | 80 |
// |
| 81 | 81 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password');
|
| ... | ... | |
| 105 | 105 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library");
|
| 106 | 106 |
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey");
|
| 107 | 107 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");
|
| 108 |
|
|
| 108 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "MLAB_E");
|
|
| 109 | 109 |
// The index page containing the projects may either be displayed as a flat view (the default), |
| 110 | 110 |
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view. |
| 111 | 111 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |