Repository Organization

From Museon Softcode Package

Jump to: navigation, search

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/

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

What are peoples thoughts? Other ideas?

Personal tools