Assembla
Provides task management, agile planning, repository, and collaboration tools to manage agile teams and achieve continuous delivery.
Assembla offers hosting for Perforce and Subversion repositories, amongst many other capabilities useful to large projects. It's one of the few hosting services out there that makes it easy to get going with Perforce.
Review Board integrates with Assembla, letting you review changes against your repositories using our advanced review capabilities like issue tracking for comments, moved code detection, file attachment review, multi-line commenting, and more.
RBTools makes it simple to post code reviews against Assembla right from your command prompt. If you're using Perforce, you can easily post any pending or submitted changeset for review:
$ rbt post 10841
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? Run it again!
Subversion is simple as well. To post the changes in the tree, just run:
$ rbt post
Validating commits...
Uploading commits...
Review request #2 posted.
https://reviewboard/r/2/
https://reviewboard/r/2/diff/
Want to update an existing review request with your Subversion changes? Use the -r
flag with the review request ID:
$ rbt post -r 123
Validating commits...
Uploading commits...
Review request #123 posted.
https://reviewboard/r/123/
https://reviewboard/r/123/diff/
To get started, download Review Board and RBTools. Once installed, follow our documentation on configuring repositories and posting changes for review.
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.