This README describes the structure for the Rails Engines SVN repository. http://svn.rails-engines.org/ | |-- plugins [1] | |-- engines | |-- login_engine | |-- user_engine | |-- wiki_engine | |-- engines | |-- trunk [2] | |-- branches [3] | | |-- rb_1.0 | | |-- < ... etc ... > | | | |-- tags [4] | | |-- rel_1.0.0 | | |-- rel_1.0.1 | | |-- < ... etc ... > | |-- login_engine | |-- trunk | |-- branches | |-- tags | |-- user_engine | |-- trunk | |-- branches | |-- tags | |-- wiki_engine | |-- trunk | |-- branches | |-- tags | | |-- applications [5] Notes ----- [1] This is essentially a mirror of the latest tags from each engine; the latest stable release in a location where the plugin manager script can find it. [2] The trunk directory with a plugin contains the main development effort [3] The branches directory holds distinct development branches, for bug-fixing and experimental development. One notable example is the engines/branches/edge branch, which tracks potentially disruptive changes in Edge Rails. [4] The tags directory contains tagged stable releases. If you are using SVN externals, you should link to the most recent tag to ensure that your application isn't disrupted by any future updates without your explicit consent. [5] Test applications