How to Use Subversion with Codebeamer
This topic discusses how to use subversion with Codebeamer.
Converting an Existing Subversion Repository to a Managed One
You can convert an unmanaged (external) repository to a managed repository. For more information, see Creating Managed Repositories.
Associating Issues with Commits
If you want an SCM commit to appear on an issue page (under SCM Commits tab), put the ID of the issue preceeded with a # to your commit message. Codebeamer (if SCMLoop is enabled) automatically associates that commit with the given issue. For more details see Tracing Source Code Changes to Requirements, Task and Bugs.
Was this helpful?