Browse a project's source code repositories for detailed information about code commits, changed files, and associations with other CollabNetTeamForge items.
Get the code
Browse TeamForge to find the code you want to work on, then check out the code.
View code commits
To stay up to date with code development on a project, browse the code commits made to each repository integrated into your TeamForge site.
Associate code commits with other items
Create associations between code commits and other CollabNetTeamForge items, such as tracker artifacts or documents, to help define relationships, track dependencies, and enforce work flow rules.
Replicate a repository
When a Subversion Edge replica has been successfully registered with a TeamForge SCM integration server, it is available to project administrators in projects using that server to house repositories. To replicate a Subversion repository, you need to add it to a replica server.
Check command history
Recent command history for a replica server or a specific repository allows you to check for errors and see whether there are pending commands.
Check out code
You can use the checkout command to check out the code from Subversion or GIT repository.
Access CVS with a stored SSH key
If you don't want to enter your password each time you access a CVS repository, you can create a set of SSH authorization keys and use the public-key method for automatic authentication.
Pull request overview
A pull request is created when work in some branch is wanted to be merged into another branch on a GIT repository.