Re: Error uploading diff your review request still exists, but the diff file is not attached

2010-08-06 Thread ReviewBoard User
Hi I tried running it in debug mode, it generates the diff but continues to throw the error Error uploading diff Your review request exists, but the diff file is not attached Any inputs on resolving it would be very helpful. Thanks L On Aug 5, 5:21 pm, David Ulevitch da...@ulevitch.com wrote:

Error uploading diff your review request still exists, but the diff file is not attached

2010-08-05 Thread ReviewBoard User
Hi I am trying to automate post-review on a RHEL4. Here are the specs 1. Python 2.4 2. Apache 2.2 4. ReviewBoard 1.05 RC1 5. SVN 1.4.2 I am using the script below on a subversion post-commit-hook http://github.com/reviewboard/reviewboard/tree/master/contrib/tools reviewboard install

Re: Error uploading diff your review request still exists, but the diff file is not attached

2010-08-05 Thread David Trowbridge
Probably the best thing is to run post-review with --debug and the same arguments that the post-commit-hook is using, and see what the output is. -David On Thu, Aug 5, 2010 at 9:10 AM, ReviewBoard User lalitha.viswan...@gmail.com wrote: Hi I am trying to automate post-review on a RHEL4. Here

Re: Error uploading diff your review request still exists, but the diff file is not attached

2010-08-05 Thread David Ulevitch
Thanks. That put me on the right path to solving it. To close the loop: I had to create a ~/.ssh/config file (where ~/ == www-data's home dir) The contents: host svn.example.com user davidu That caused it to actually try to ssh as davidu all the time, which for some reason, it wasn't.