Re: Problems using post-review to upload diff

2009-12-20 Thread Jim0000001
So Christian, is there a way I can adjust my parameters to post-review to get a review created? I see a few options: 1) I use post-review with the magic set of parameters to allow post- review to publish a post-commited file. 2) I create the diff myself using SVN, then use post-review to upload

Re: Problems using post-review to upload diff

2009-12-20 Thread Christian Hammond
#3 should certainly work, but you'd need to write custom code for that. #2 isn't supported today. #1 would work except there's that odd logic based on number of parameters. We definitely should fix that. You may want to go through the code and disable that to see if it works for you. This would

Problems using post-review to upload diff

2009-12-19 Thread Jim0000001
This post is related to another titled Problems using API to load diff on 12/16/2009. As in that post, I'm trying to create an automated post-commit review monitor. In this post I document the approach of using post-review to generate my reviews. I'm using ReviewBoard 1.0.4 with Subversion. I'm