32 | | [TODO] |
| 35 | Branch give us isolated environments for development, and once tested and confirmed a new work is ready, it can be simply merged in the trunk. |
| 36 | |
| 37 | The branches could be created in the following spaces: |
| 38 | |
| 39 | * '''branches/developers''': each developer may have a private branch under this directory. The directory name is the developer name (fredck, for example). The developer himself can decide to use it or not, and have complete freedom for it. |
| 40 | * '''branches/features''': if a feature is too big and complex, a developer could decide to create a dedicated branch for it. |
| 41 | * '''branches/versions''': there could be branches for future versions, waiting while previous ones are being tested and released. |