Instrumenting a Subversion Repository
We assume that the repository already exists and is accessible. The templates of the Subversion hook scripts can be found under svn/<operating_system> directory in scmloop.zip (where <operating_system> is either windows or unix).
1. Check out the hooks directory of the Subversion repository to some working directory.
2. Copy the files from svn/<operating_system> to the hooks folder of the working directory.
3. Edit the scripts: replace the string ${scmloop}}} with the actual path of the scmloop script.
4. On Linux/Unix systems it must be ensured (for example. using command chmod) that the scripts are executable.
5. Create a file codebeamer.properties under conf in your repository and add the following line to it: repositoryId= Here repository-ID is the id of the Codebeamer repository that you want to associate the repository with.
6. Commit your changes to the repository.