Azure DevOps / TFVC
Azure DevOps TFVC (formerly Visual Studio Team Foundation Server / TFS) is a version control system used within Visual Studio and Azure DevOps
Microsoft Azure DevOps TFVC (formerly Team Foundation Server, or TFS), is a widely-used source code management and collaboration system built to work with Visual Studio and the rest of the Microsoft development ecosystem. It's also Git-friendly, with a Git-compatible code hosting mode.
Review Board and RBTools support TFVC repositories through Power Pack, our add-on product for Review Board. With Power Pack, you can begin using the power of Review Board's code review capabilities with your codebases hosted on TFS.
RBTools makes it simple to post code reviews against TFS right from your command prompt, like so:
$ rbt post
Validating commits...
Uploading commits...
Review request #2 posted.
https://reviewboard/r/2/
https://reviewboard/r/2/diff/
Made some changes to your code, and want to update your review request? That's as simple as running:
$ rbt post -u
Validating commits...
Uploading commits...
Review request #2 posted.
https://reviewboard/r/2/
https://reviewboard/r/2/diff/
To get started, first download Review Board, Power Pack, and RBTools.
Once installed, follow our guide on setting up Power Pack. You can then configure your TFS repositories.
What else does Review Board do?
Review Board gives you the tools you need to keep your code quality high, helping you build better products for happier customers. It integrates with many services and tools, including chat services, code hosting solutions, bug trackers, code analytics, and more.
Power Pack enhances Review Board further, providing document review, report generation, improved scalability, and more for your whole organization.