$Header$ Ideas for the future: Prototypes ========== I want a prototype application for checkout, something like a Hello World on steroids. This shall be useable as a prototype. So to create a new application just do: mkdir new cd new # check out a C++ environment prototype gat prototype C++ # Warp this branch to an X11 branch gat prototype X11 # Warp this X11 branch to a KDE branch gat prototype KDE # Warps this KDE prototype to a basic editor gat prototype kedit Now you have a basic KDE editor with everything it needs. You can remove what you do not need and start this fresh branch as you like it. With the first checkin the directory is decoupled from the prototypes, but it still inherits the full history. You can always (later on) checkout prototypes which are below or above in the tree, but not those, which are on different subtrees. I really don't have any idea how to archive this ever ;) $Log$