= Branch Overview = == branches/0.10 == The 0.10 branch is the latest stable version of Doctrine. This branch is recommended for use with production projects. == branches/0.11 = The 0.11 branch is where we are preparing the next latest stable version of Doctrine. This branch will replace the 0.10 branch as soon as it is ready. == branches/experimental == An experimental branch should be created for undertaking a change which is especially time-consuming and/or risky, especially if during that change it may render the codebase unusable by other developers. An experimental branch should have a name which begins with the name of the developer and also includes a descriptive title, like dbrewer-rewrite-doctrine-in-LOLCODE. An example experimental branch url might be: http://svn.phpdoctrine.org/branches/experimental/dbrewer-rewrite-doctrine-in-LOLCODE. == branches/ticket == A ticket branch may be created to deal with the changes required by a specific Trac ticket. You might want to do this if you are working on a complicated ticket which will require extensive changes, but want to be able to apply all the required changes to the trunk or a branch as one clean merge. These branches are always named using the number of the ticket, and are located in branches/ticket. An example ticket branch url might be: http://svn.phpdoctrine.org/branches/ticket/560.