Repository Organization
From Museon Softcode Package
With the potential scope of the Museon project, the repository will likely need to deal with many small text files. Those will be divided into many small groups, like files for the base system, files for a +staff command, files for a +finger and so on.
Typically a repository might look something like:
- /
- project1/
- trunk/
- branch/
- tags/
- project2/
- trunk/
- branch/
- tags/
- project1/
However, that might be overkill for Museon considering the small files. Perhaps something more like this will work?
- /
- /basesystem
- /release
- /dev
- /staff-type1
- /release
- /dev
- /+finger-type1
- /release
- /dev
- /basesystem
What are peoples thoughts? Other ideas?
