70,11 → 70,11 |
// |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)'); |
// $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('svnkaklik', 'file:///home/svnkaklik'); |
$config->addRepository('MLAB_E', 'file:///home/MLAB_E'); |
$config->addRepository('8magsvn', 'file:///home/8magsvn'); |
$config->addRepository('MLAB', 'file:///data/svnData/MLAB'); |
$config->addRepository('library', 'file:///data/svnData/library'); |
$config->addRepository('svnkaklik', 'file:///data/svnData/svnkaklik'); |
$config->addRepository('MLAB_E', 'file:///data/svnData/MLAB_E'); |
$config->addRepository('8magsvn', 'file:///data/svnData/8magsvn'); |
// Remote repositories (without and with optional group): |
// |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password'); |
104,7 → 104,7 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); |
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "8magsvn"); |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB_E"); |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "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. |
200,8 → 200,8 |
// You may also specify a per repository access file by uncommenting and copying the following |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
|
$config->useAuthenticationFile('/home/MLAB/conf/authz', 'MLAB'); // Access file for MLAB |
$config->useAuthenticationFile('/home/svnkaklik/conf/authz', 'svnkaklik'); // Access file for svnkaklik |
$config->useAuthenticationFile('/data/svnData/MLAB/conf/authz', 'MLAB'); // Access file for MLAB |
$config->useAuthenticationFile('/data/svnData/svnkaklik/conf/authz', 'svnkaklik'); // Access file for svnkaklik |
|
// }}} |
|