Code: Select all
$/
Frodo/
...
Sauron/
...
Gandalf/
src/
doc/
tests/
We recommend introducing one extra layer of hierarchy below each product's top-level folder, allowing you to separate your main line of development from any branches:
Code: Select all
$/
Frodo/
...
Sauron/
...
Gandalf/
trunk/
src/
doc/
tests/
branches/
gratuitous_rewrite/
src/
doc/
tests/
<ul>
<li>The "trunk" subfolder is where the main line of development is happening. All code changes are eventually merged into here.
<li>The "branches" subfolder is where branches are created. The "gratuitous_rewrite" folder is actually a branch which was created from $/Gandalf/trunk.
</ul>
Please note that if you use the "Snapshot" feature, we recommend creating a folder called $/Gandalf/snapshots to house your snapshots.