RBTools 0.5.1 is out, with many important bug fixes, some new features, and improvements to our API.
We've addressed the bulk of the problems people hit with the new commands in RBTools 0.5.0. In particular, several crashes with Perforce, Subversion and Bazaar have been addressed.
Most of the RBTools commands now have a --repository-type option, which can be used to specify the type of repository, instead of RBTools having to guess. This can also be set in .reviewboardrc by setting the REPOSITORY_TYPE setting. Setting this will dramatically speed up creating and updating review requests, and prevent problems with nested repositories.
You can use post-review --list-repo-types or rbt list-repo-types to see the valid values for this new setting.
To upgrade your copy of RBTools, just run:
easy_install -U RBTools
See the release notes for the full list of changes.