Flat repositories

A flat repository works best for smaller projects that have many packages that contain few or no unit files and subpackages. In these cases, dividing packages into folders does not simplify the project, and might make it more complex.

In contrast, large models typically encounter problems when stored in flat repositories, especially when the model contains many units and subpackages.

The following list describes typical problems encountered with flat repositories:


Feedback