Get the code

Browse TeamForge to find the code you want to work on, then check out the code.

You can view the contents of each file in a repository, plus additional information about each file such as revision history, comments, date and time of submission, and branch and tag information. You can also view differences (diffs) between any two files.
Restriction: You can see only those paths in the repository that the repository administrator has given you access to.
Note: If you're getting code from a Subversion replica repository, the TeamForge account used while setting up the replica determines what's available to be checked out. This account could have been provided total access to the master repository, or restricted access using path-based permissions.
  1. Click SOURCE CODE in the project navigation bar.
  2. On the list of project repositories, click the name of the repository in which you want to view code. For each file, the revision number, time since check-in, author, and last log entry appear in the Repository Browser.
    • To view a file, or to view the diffs between two files, click the file name.
    • To view a specific version of the file, click Download.
    • To view the differences between two files, do either of these:
      • Click [select for diffs] next to each of the two files that you want to compare.
      • Enter the file revision numbers in the Diffs between boxes at the bottom of the page.
  3. If you need to diff files, choose a display from the Type of Diff menu, then click Get Diffs. The differences between the two files are displayed.
  4. Use your source control client to check out the code to your local machine.