Line 70... |
Line 70... |
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('library', 'file:///home/library'); |
75 |
//$config->addRepository('BlueGrey', 'file:///home/MLAB'); |
- |
|
76 |
//$config->addRepository('Standard', 'file:///home/MLAB'); |
- |
|
77 |
$config->addRepository('svnkaklik', 'file:///home/svnkaklik'); |
75 |
$config->addRepository('svnkaklik', 'file:///home/svnkaklik'); |
78 |
$config->addRepository('MLAB_E', 'file:///home/MLAB_E');// |
76 |
$config->addRepository('MLAB_E', 'file:///home/MLAB_E'); |
- |
|
77 |
$config->addRepository('8magsvn', 'file:///home/8magsvn'); |
79 |
// Remote repositories (without and with optional group): |
78 |
// Remote repositories (without and with optional group): |
80 |
// |
79 |
// |
81 |
// $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'); |
82 |
// $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'); |
83 |
// |
82 |
// |
Line 101... |
Line 100... |
101 |
// 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. |
102 |
|
101 |
|
103 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
102 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
104 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
103 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
105 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); |
104 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); |
106 |
//$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "BlueGrey"); |
105 |
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "8magsvn"); |
107 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
106 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
108 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "MLAB_E"); |
107 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "MLAB_E"); |
109 |
// The index page containing the projects may either be displayed as a flat view (the default), |
108 |
// 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. |
109 |
// 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. |
110 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |