100
100
+- project1-foo/ # Branch 'foo' of project1
101
101
+- project2-bar/ # Branch 'bar' of project2
104
104
can checkout all of "``trunk/``" and get the all the mainlines for all projects.
106
106
This layout can be used for Bazaar, but it is not generally recommended.
109
109
So you don't get the benefit of getting all mainlines with a single command. [1]_
112
112
``foo`` or it is just the ``foo`` directory in the ``trunk`` branch.
114
114
for files in a project that it uses for branches of a project.
115
115
In Bazaar, there is a clear distinction of what files make up a project, versus
116
116
the location of the Branch. (After all, there is only one ``.bzr/`` directory per branch,