• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. Power Pack
    2. Features
    3. Repositories
    4. Azure DevOps / Team Foundation Server Support
  • Home
  • Installation
  • Licenses
  • Managing Licensed Users
  • Features
  • PDF Document Review
  • Reports
  • Repositories
  • AWS CodeCommit Support
  • Bitbucket Server Support
  • Cliosoft SOS Support
  • GitHub Enterprise Support
  • Azure DevOps / Team Foundation Server Support
  • VersionVault and ClearCase Repositories
  • Visual Studio Team Services Support
  • Server Management
  • Database Import and Export
  • Distributed SSH Keys
  • Automating with Management Commands
  • General Index
  • Release Notes
  • Azure DevOps / Team Foundation Server Support¶

    Power Pack adds support for using Review Board for code review when using Azure DevOps / Team Foundation Server (referred to as TFS in this documentation) for source code hosting. Power Pack supports both TFVC and Git repositories hosted via TFS.

    Adding a TFS repository is done using the same procedures as adding any other repository. See Repositories for the basic steps of adding and configuring a repository.

    TFS Repository Configuration¶

    To create a TFVC repository, select (None - Custom Repository) for the Hosting service, and Team Foundation Server for the Repository type. Once selected, add the fully-qualified path to the TFS server and collection (i.e. http://tfs:8080/tfs/DefaultCollection) for the Path. This should match the path listed in the TFS Administration Console or the collection reported when running tf workfold.

    To create a TFS Git repository, select (None - Custom Repository) for the Hosting service, and Team Foundation Server (git) for the Repository type. Once selected, add the fully-qualified clone path for the repository (i.e. http://tfs:8080/tfs/DefaultCollection/_git/git-project) for the Path. This should match the “Clone Repository” path in the team explorer. Note that you must use the TFS Git repository type, and not plain Git.

    If you are using TFS 2018+ or Azure DevOps, you’ll need to create a Personal Access Token to authenticate.

    On Team Foundation Server, open the collection in a browser and select your account icon in the upper right, then click Security. On the next page, select Personal access tokens. On Azure DevOps, select your account icon in the upper right and choose Personal access tokens from the menu.

    From this page, generate a new Personal Access token for use with Review Board. Enter this access token in the Password field (the Username field can be left blank). Note that you’ll need to copy this immediately, as it will not be visible after you leave the page.

    On TFS 2015 and below, use your domain login credentials for Username and Password.

    RBTools Support¶

    The RBTools command-line tools include support for posting pending changes against TFS repositories. This currently requires the tf.cmd command, which is included in Visual Studio 2013 (Update 3 and below), and in Team Explorer Everywhere (which runs on Windows, Mac OS X, and Linux).

    If you are running Visual Studio 2013 Update 4, you’ll need to install Team Explorer Everywhere to get tf.cmd. In Update 4, this was replaced with a new version called tf.exe which is missing several crucial features.

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube

    Copyright © 2006-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

    • [Top]
    • TFS Repository Configuration
    • RBTools Support