| 124 | | * Create a repository or a branch in an existing repository where SCDB will be stored. The branch name must be `trunk` (e.g. `/Quattor/CDB/trunk`. |
| 125 | | * Checkout this repository/branch. For example : |
| | 124 | * Create a Subversion repository that will be used for SCDB, if it doesn't exist yet, and associate this repository with a URL (this can involve modifying Apache configuration). There is no need to use a dedicated repository. E.g. : `http://svn.example.org/Quattor`. |
| | 125 | * Create a branch in this repository where SCDB will be stored, if the repository is not dedicated to SCDB. E.g. : `http://svn.example.org/Quattor/CDB`. |
| | 126 | * In this branch, create 2 branches `trunk` and `tags`. You can also create other branches for your conveniences (like `branches` but they are not used by standard tools). |
| | 127 | * Checkout SCDB trunk. For example : |