| Line 274... |
Line 274... |
| 274 |
// of the entire branches or tags directories. This would also stop downloading of the trunk, but |
274 |
// of the entire branches or tags directories. This would also stop downloading of the trunk, but |
| 275 |
// see after for path exceptions. |
275 |
// see after for path exceptions. |
| 276 |
// |
276 |
// |
| 277 |
// Change the line below to set the download level across all your repositories. |
277 |
// Change the line below to set the download level across all your repositories. |
| 278 |
|
278 |
|
| 279 |
$config->setMinDownloadLevel(1); |
279 |
$config->setMinDownloadLevel(0); |
| 280 |
|
280 |
|
| 281 |
// To change the level for individual repositories, uncomment and replicate |
281 |
// To change the level for individual repositories, uncomment and replicate |
| 282 |
// the required line below (replacing 'myrep' for the name of the repository to be changed). |
282 |
// the required line below (replacing 'myrep' for the name of the repository to be changed). |
| 283 |
// Use the convention 'groupname.myrep' if your repository is in a group. |
283 |
// Use the convention 'groupname.myrep' if your repository is in a group. |
| 284 |
|
284 |
|