A bunch of us use post-review. In fact, a bunch of us use a tool we created called post-reviews <http://github.com/bmahler/post-reviews> (notice the extra 's') which recursively calls post-review on a chain of commits.
I don't know that I did anything spectacular to set it up. Note that I'm using git, not svn. Here's my .reviewboardrc file (stored at the same level as my .git directory): GUESS_SUMMARY = True REVIEWBOARD_URL = "https://reviews.apache.org/" OPEN_BROWSER = True TARGET_GROUPS = "mesos" On Wed, Feb 27, 2013 at 4:24 PM, Adam Monsen <[email protected]> wrote: > Does anyone use the `post-review` program ( > http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/ ) > with Apache (Mesos) Review Board? How do you set it up? > > No matter what I try I get 401-Unauthorized. >
