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('TEST1', 'file:///home/MLAB'); |
74 |
//$config->addRepository('BlueGrey', 'file:///home/MLAB'); |
75 |
$config->addRepository('TEST2', 'file:///home/MLAB'); |
75 |
//$config->addRepository('Standard', 'file:///home/MLAB'); |
- |
|
76 |
$config->addRepository('svnkaklik', 'file:///home/svnkaklik'); |
76 |
// |
77 |
// |
77 |
// Remote repositories (without and with optional group): |
78 |
// Remote repositories (without and with optional group): |
78 |
// |
79 |
// |
79 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password'); |
80 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password'); |
80 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password'); |
81 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password'); |
Line 98... |
Line 99... |
98 |
// You may also specify a per repository template file by uncommenting and changing the following |
99 |
// You may also specify a per repository template file by uncommenting and changing the following |
99 |
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group. |
100 |
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group. |
100 |
|
101 |
|
101 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
102 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
102 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
103 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
103 |
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "TEST1"); |
104 |
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey"); |
104 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "TEST2"); |
105 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
105 |
|
106 |
|
106 |
// The index page containing the projects may either be displayed as a flat view (the default), |
107 |
// The index page containing the projects may either be displayed as a flat view (the default), |
107 |
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view. |
108 |
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view. |
108 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |
109 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |
109 |
|
110 |
|