Ben wrote: > I don't know that I did anything spectacular to set it up. Note that I'm > using git, not svn.
Ah, ok! With your .reviewboardrc and a git config change, I got post-review working on my box. I had to change my remote called "origin" to be git://git.apache.org/mesos.git. Originally I had cloned git://github.com/apache/mesos.git (so that was "origin"), but when I tried post-review on my clone I got: -- 8< -- There was an error creating this review request. The repository path "git://github.com/apache/mesos.git" is not in the list of known repositories on the server. Ask the administrator to add this repository to the Review Board server. For information on adding repositories, please read http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/ -- >8 -- No longer. Sweet. post-reviews is handy too, thanks! Took me a few minutes to figure out I had to create a topic branch off trunk with my work and run post-reviews in there, but after that it worked like a charm.
